Html Css Color HEX #CB6276 Cabaret

📋 copy color: '#CB6276'

red 203 ◦ green 98 ◦ blue 118

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

Shades of Cabaret #CB6276

Tints of Cabaret #CB6276

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.39%

 BLUE value IS 118 (46.48% from 255) = 28.16%

R = 48.45%
G = 23.39%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CB6276 (or 0xCB6276) is known color: Cabaret. HEX triplet: CB, 62 and 76. RGB value is (203,98,118). Sum of RGB (Red+Green+Blue) = 203+98+118=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 98 (38.67% from 255 or 23.39% from 419); Blue value is 118 (46.48% from 255 or 28.16% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6276 is #349D89. Grayscale: #838383. Windows color (decimal): -3448202 or 7758539. OLE color: 7758539.

HSL color Cylindrical-coordinate representation of color #CB6276: hue angle of 348.57º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB6276 is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 98 118 -
CMYK 0 0.52 0.42 0.20
HSL 348.57º 0.5% 0.59% -
HSV(B) 348.57º 0.52% 0.8% -
XYZ 32.27 22.74 19.83 -
YUV 131.68 120.29 178.87 -
System Red Green Blue C M Y K H S L
Decimal 203 98 118 0 0.52 0.42 0.20 348.57 0.5 0.59
Hex CB 62 76 0 34 2A 14 15D 32 3B
Octal 313 142 166 0 64 52 24 535 62 73
Binary 11001011 1100010 1110110 0 110100 101010 10100 101011101 110010 111011

Color Harmonies of #CB6276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6276

Black with #CB6276

Text Example


Text Example

White with #CB6276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6276; }

 p { color: rgb(203,98,118); }

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

background-color css

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

 a { background-color: rgb(203,98,118); }

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

border-color css

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

 span { border-color: rgb(203,98,118); }

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