Html Css Color HEX #CB6972 Cabaret

📋 copy color: '#CB6972'

red 203 ◦ green 105 ◦ blue 114

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

Shades of Cabaret #CB6972

Tints of Cabaret #CB6972

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.88%

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

R = 48.1%
G = 24.88%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CB6972 (or 0xCB6972) is known color: Cabaret. HEX triplet: CB, 69 and 72. RGB value is (203,105,114). Sum of RGB (Red+Green+Blue) = 203+105+114=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 114 (44.92% from 255 or 27.01% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6972 is #34968D. Grayscale: #878787. Windows color (decimal): -3446414 or 7498187. OLE color: 7498187.

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

Color convert

RGB 203 105 114 -
CMYK 0 0.48 0.44 0.20
HSL 354.49º 0.49% 0.6% -
HSV(B) 354.49º 0.48% 0.8% -
XYZ 32.72 24.01 18.83 -
YUV 135.33 115.97 176.27 -
System Red Green Blue C M Y K H S L
Decimal 203 105 114 0 0.48 0.44 0.20 354.49 0.49 0.6
Hex CB 69 72 0 30 2C 14 162 31 3C
Octal 313 151 162 0 60 54 24 542 61 74
Binary 11001011 1101001 1110010 0 110000 101100 10100 101100010 110001 111100

Color Harmonies of #CB6972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6972

Black with #CB6972

Text Example


Text Example

White with #CB6972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6972; }

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

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

background-color css

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

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

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

border-color css

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

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

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