Html Css Color HEX #CB6477 Cabaret

📋 copy color: '#CB6477'

red 203 ◦ green 100 ◦ blue 119

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

Shades of Cabaret #CB6477

Tints of Cabaret #CB6477

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.7%

 BLUE value IS 119 (46.88% from 255) = 28.2%

R = 48.1%
G = 23.7%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CB6477 (or 0xCB6477) is known color: Cabaret. HEX triplet: CB, 64 and 77. RGB value is (203,100,119). Sum of RGB (Red+Green+Blue) = 203+100+119=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 100 (39.45% from 255 or 23.70% from 422); Blue value is 119 (46.88% from 255 or 28.20% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6477 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6477 is #349B88. Grayscale: #848484. Windows color (decimal): -3447689 or 7824587. OLE color: 7824587.

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

Color convert

RGB 203 100 119 -
CMYK 0 0.51 0.41 0.20
HSL 348.93º 0.5% 0.59% -
HSV(B) 348.93º 0.51% 0.8% -
XYZ 32.52 23.14 20.21 -
YUV 132.96 120.12 177.96 -
System Red Green Blue C M Y K H S L
Decimal 203 100 119 0 0.51 0.41 0.20 348.93 0.5 0.59
Hex CB 64 77 0 33 29 14 15D 32 3B
Octal 313 144 167 0 63 51 24 535 62 73
Binary 11001011 1100100 1110111 0 110011 101001 10100 101011101 110010 111011

Color Harmonies of #CB6477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6477

Black with #CB6477

Text Example


Text Example

White with #CB6477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6477; }

 p { color: rgb(203,100,119); }

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

background-color css

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

 a { background-color: rgb(203,100,119); }

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

border-color css

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

 span { border-color: rgb(203,100,119); }

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