Html Css Color HEX #CB6172 Cabaret

📋 copy color: '#CB6172'

red 203 ◦ green 97 ◦ blue 114

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

Shades of Cabaret #CB6172

Tints of Cabaret #CB6172

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.43%

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

R = 49.03%
G = 23.43%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CB6172 (or 0xCB6172) is known color: Cabaret. HEX triplet: CB, 61 and 72. RGB value is (203,97,114). Sum of RGB (Red+Green+Blue) = 203+97+114=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 114 (44.92% from 255 or 27.54% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6172 is #349E8D. Grayscale: #828282. Windows color (decimal): -3448462 or 7496139. OLE color: 7496139.

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

Color convert

RGB 203 97 114 -
CMYK 0 0.52 0.44 0.20
HSL 350.38º 0.5% 0.59% -
HSV(B) 350.38º 0.52% 0.8% -
XYZ 31.94 22.46 18.57 -
YUV 130.63 118.62 179.62 -
System Red Green Blue C M Y K H S L
Decimal 203 97 114 0 0.52 0.44 0.20 350.38 0.5 0.59
Hex CB 61 72 0 34 2C 14 15E 32 3B
Octal 313 141 162 0 64 54 24 536 62 73
Binary 11001011 1100001 1110010 0 110100 101100 10100 101011110 110010 111011

Color Harmonies of #CB6172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6172

Black with #CB6172

Text Example


Text Example

White with #CB6172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6172; }

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

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

background-color css

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

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

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

border-color css

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

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

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