Html Css Color HEX #CB6377 Cabaret

📋 copy color: '#CB6377'

red 203 ◦ green 99 ◦ blue 119

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

Shades of Cabaret #CB6377

Tints of Cabaret #CB6377

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.52%

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

R = 48.22%
G = 23.52%
B = 28.27%

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

#CB6377 (or 0xCB6377) is known color: Cabaret. HEX triplet: CB, 63 and 77. RGB value is (203,99,119). Sum of RGB (Red+Green+Blue) = 203+99+119=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 99 (39.06% from 255 or 23.52% from 421); Blue value is 119 (46.88% from 255 or 28.27% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6377 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6377 is #349C88. Grayscale: #848484. Windows color (decimal): -3447945 or 7824331. OLE color: 7824331.

HSL color Cylindrical-coordinate representation of color #CB6377: hue angle of 348.46º 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 #CB6377 is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 99 119 -
CMYK 0 0.51 0.41 0.20
HSL 348.46º 0.5% 0.59% -
HSV(B) 348.46º 0.51% 0.8% -
XYZ 32.42 22.95 20.17 -
YUV 132.38 120.46 178.37 -
System Red Green Blue C M Y K H S L
Decimal 203 99 119 0 0.51 0.41 0.20 348.46 0.5 0.59
Hex CB 63 77 0 33 29 14 15C 32 3B
Octal 313 143 167 0 63 51 24 534 62 73
Binary 11001011 1100011 1110111 0 110011 101001 10100 101011100 110010 111011

Color Harmonies of #CB6377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6377

Black with #CB6377

Text Example


Text Example

White with #CB6377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6377; }

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

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

background-color css

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

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

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

border-color css

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

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

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