Html Css Color HEX #CB446D Cabaret

📋 copy color: '#CB446D'

red 203 ◦ green 68 ◦ blue 109

#CB446D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cabaret #CB446D

Tints of Cabaret #CB446D

RGB

 RED value IS 203 (79.69% from 255) = 53.42%

 GREEN value IS 68 (26.95% from 255) = 17.89%

 BLUE value IS 109 (42.97% from 255) = 28.68%

R = 53.42%
G = 17.89%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.46

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CB446D (or 0xCB446D) is known color: Cabaret. HEX triplet: CB, 44 and 6D. RGB value is (203,68,109). Sum of RGB (Red+Green+Blue) = 203+68+109=380 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.42% from 380); Green value is 68 (26.95% from 255 or 17.89% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 203 - color contains mainly: red. Hex color #CB446D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB446D is #34BB92. Grayscale: #717171. Windows color (decimal): -3455891 or 7161035. OLE color: 7161035.

HSL color Cylindrical-coordinate representation of color #CB446D: hue angle of 341.78º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB446D is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 68 109 -
CMYK 0 0.67 0.46 0.20
HSL 341.78º 0.56% 0.53% -
HSV(B) 341.78º 0.67% 0.8% -
XYZ 29.46 17.93 16.38 -
YUV 113.04 125.73 192.17 -
System Red Green Blue C M Y K H S L
Decimal 203 68 109 0 0.67 0.46 0.20 341.78 0.56 0.53
Hex CB 44 6D 0 43 2E 14 156 38 35
Octal 313 104 155 0 103 56 24 526 70 65
Binary 11001011 1000100 1101101 0 1000011 101110 10100 101010110 111000 110101

Color Harmonies of #CB446D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB446D

Black with #CB446D

Text Example


Text Example

White with #CB446D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB446D; }

 p { color: rgb(203,68,109); }

 H1.HeaderClassName
 {
   color: #CB446D;
 }
 .AnyTagClassName
 {
   color: #CB446D;
 }
</style>

background-color css

<style>
 a { background-color: #CB446D; }

 a { background-color: rgb(203,68,109); }

 div.DivClassName
 {
   background-color: #CB446D;
 }
 .BgClassName
 {
   background-color: #CB446D;
 }
</style>

border-color css

<style>
 span { border-color: #CB446D; }

 span { border-color: rgb(203,68,109); }

 td.TdClassName
 {
   border-color: #CB446D;
 }
 .TagClassName
 {
   border-color: #CB446D;
 }
</style>