Html Css Color HEX #CB6072 Cabaret

📋 copy color: '#CB6072'

red 203 ◦ green 96 ◦ blue 114

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

Shades of Cabaret #CB6072

Tints of Cabaret #CB6072

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.24%

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

R = 49.15%
G = 23.24%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CB6072 (or 0xCB6072) is known color: Cabaret. HEX triplet: CB, 60 and 72. RGB value is (203,96,114). Sum of RGB (Red+Green+Blue) = 203+96+114=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 96 (37.89% from 255 or 23.24% from 413); Blue value is 114 (44.92% from 255 or 27.60% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6072 is #349F8D. Grayscale: #828282. Windows color (decimal): -3448718 or 7495883. OLE color: 7495883.

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

Color convert

RGB 203 96 114 -
CMYK 0 0.53 0.44 0.20
HSL 349.91º 0.51% 0.59% -
HSV(B) 349.91º 0.53% 0.8% -
XYZ 31.85 22.28 18.54 -
YUV 130.05 118.95 180.04 -
System Red Green Blue C M Y K H S L
Decimal 203 96 114 0 0.53 0.44 0.20 349.91 0.51 0.59
Hex CB 60 72 0 35 2C 14 15E 33 3B
Octal 313 140 162 0 65 54 24 536 63 73
Binary 11001011 1100000 1110010 0 110101 101100 10100 101011110 110011 111011

Color Harmonies of #CB6072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6072

Black with #CB6072

Text Example


Text Example

White with #CB6072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6072; }

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

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

background-color css

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

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

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

border-color css

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

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

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