Html Css Color HEX #CB6670 Cabaret

📋 copy color: '#CB6670'

red 203 ◦ green 102 ◦ blue 112

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

Shades of Cabaret #CB6670

Tints of Cabaret #CB6670

RGB

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

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

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

R = 48.68%
G = 24.46%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CB6670 (or 0xCB6670) is known color: Cabaret. HEX triplet: CB, 66 and 70. RGB value is (203,102,112). Sum of RGB (Red+Green+Blue) = 203+102+112=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6670 is #34998F. Grayscale: #858585. Windows color (decimal): -3447184 or 7366347. OLE color: 7366347.

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

Color convert

RGB 203 102 112 -
CMYK 0 0.50 0.45 0.20
HSL 354.06º 0.49% 0.6% -
HSV(B) 354.06º 0.5% 0.8% -
XYZ 32.3 23.37 18.14 -
YUV 133.34 115.96 177.69 -
System Red Green Blue C M Y K H S L
Decimal 203 102 112 0 0.50 0.45 0.20 354.06 0.49 0.6
Hex CB 66 70 0 32 2D 14 162 31 3C
Octal 313 146 160 0 62 55 24 542 61 74
Binary 11001011 1100110 1110000 0 110010 101101 10100 101100010 110001 111100

Color Harmonies of #CB6670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6670

Black with #CB6670

Text Example


Text Example

White with #CB6670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6670; }

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

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

background-color css

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

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

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

border-color css

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

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

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