Html Css Color HEX #CB6970 Cabaret

📋 copy color: '#CB6970'

red 203 ◦ green 105 ◦ blue 112

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

Shades of Cabaret #CB6970

Tints of Cabaret #CB6970

RGB

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

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

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

R = 48.33%
G = 25%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CB6970 (or 0xCB6970) is known color: Cabaret. HEX triplet: CB, 69 and 70. RGB value is (203,105,112). Sum of RGB (Red+Green+Blue) = 203+105+112=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6970 is #34968F. Grayscale: #878787. Windows color (decimal): -3446416 or 7367115. OLE color: 7367115.

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

Color convert

RGB 203 105 112 -
CMYK 0 0.48 0.45 0.20
HSL 355.71º 0.49% 0.6% -
HSV(B) 355.71º 0.48% 0.8% -
XYZ 32.6 23.97 18.24 -
YUV 135.1 114.97 176.43 -
System Red Green Blue C M Y K H S L
Decimal 203 105 112 0 0.48 0.45 0.20 355.71 0.49 0.6
Hex CB 69 70 0 30 2D 14 164 31 3C
Octal 313 151 160 0 60 55 24 544 61 74
Binary 11001011 1101001 1110000 0 110000 101101 10100 101100100 110001 111100

Color Harmonies of #CB6970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6970

Black with #CB6970

Text Example


Text Example

White with #CB6970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6970; }

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

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

background-color css

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

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

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

border-color css

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

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

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