Html Css Color HEX #CB6672 Cabaret

📋 copy color: '#CB6672'

red 203 ◦ green 102 ◦ blue 114

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

Shades of Cabaret #CB6672

Tints of Cabaret #CB6672

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.34%

 BLUE value IS 114 (44.92% from 255) = 27.21%

R = 48.45%
G = 24.34%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CB6672 (or 0xCB6672) is known color: Cabaret. HEX triplet: CB, 66 and 72. RGB value is (203,102,114). Sum of RGB (Red+Green+Blue) = 203+102+114=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 114 (44.92% from 255 or 27.21% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6672 is #34998D. Grayscale: #858585. Windows color (decimal): -3447182 or 7497419. OLE color: 7497419.

HSL color Cylindrical-coordinate representation of color #CB6672: hue angle of 352.87º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB6672 is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 102 114 -
CMYK 0 0.50 0.44 0.20
HSL 352.87º 0.49% 0.6% -
HSV(B) 352.87º 0.5% 0.8% -
XYZ 32.42 23.41 18.73 -
YUV 133.57 116.96 177.52 -
System Red Green Blue C M Y K H S L
Decimal 203 102 114 0 0.50 0.44 0.20 352.87 0.49 0.6
Hex CB 66 72 0 32 2C 14 161 31 3C
Octal 313 146 162 0 62 54 24 541 61 74
Binary 11001011 1100110 1110010 0 110010 101100 10100 101100001 110001 111100

Color Harmonies of #CB6672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6672

Black with #CB6672

Text Example


Text Example

White with #CB6672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6672; }

 p { color: rgb(203,102,114); }

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

background-color css

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

 a { background-color: rgb(203,102,114); }

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

border-color css

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

 span { border-color: rgb(203,102,114); }

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