Html Css Color HEX #CB6270 Cabaret

📋 copy color: '#CB6270'

red 203 ◦ green 98 ◦ blue 112

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

Shades of Cabaret #CB6270

Tints of Cabaret #CB6270

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.73%

 BLUE value IS 112 (44.14% from 255) = 27.12%

R = 49.15%
G = 23.73%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CB6270 (or 0xCB6270) is known color: Cabaret. HEX triplet: CB, 62 and 70. RGB value is (203,98,112). Sum of RGB (Red+Green+Blue) = 203+98+112=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6270 is #349D8F. Grayscale: #838383. Windows color (decimal): -3448208 or 7365323. OLE color: 7365323.

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

Color convert

RGB 203 98 112 -
CMYK 0 0.52 0.45 0.20
HSL 352º 0.5% 0.59% -
HSV(B) 352º 0.52% 0.8% -
XYZ 31.92 22.6 18.01 -
YUV 130.99 117.29 179.36 -
System Red Green Blue C M Y K H S L
Decimal 203 98 112 0 0.52 0.45 0.20 352 0.5 0.59
Hex CB 62 70 0 34 2D 14 160 32 3B
Octal 313 142 160 0 64 55 24 540 62 73
Binary 11001011 1100010 1110000 0 110100 101101 10100 101100000 110010 111011

Color Harmonies of #CB6270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6270

Black with #CB6270

Text Example


Text Example

White with #CB6270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6270; }

 p { color: rgb(203,98,112); }

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

background-color css

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

 a { background-color: rgb(203,98,112); }

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

border-color css

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

 span { border-color: rgb(203,98,112); }

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