Html Css Color HEX #CB6975 Cabaret

📋 copy color: '#CB6975'

red 203 ◦ green 105 ◦ blue 117

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

Shades of Cabaret #CB6975

Tints of Cabaret #CB6975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.53%

R = 47.76%
G = 24.71%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CB6975 (or 0xCB6975) is known color: Cabaret. HEX triplet: CB, 69 and 75. RGB value is (203,105,117). Sum of RGB (Red+Green+Blue) = 203+105+117=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 105 (41.41% from 255 or 24.71% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6975 is #34968A. Grayscale: #878787. Windows color (decimal): -3446411 or 7694795. OLE color: 7694795.

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

Color convert

RGB 203 105 117 -
CMYK 0 0.48 0.42 0.20
HSL 352.65º 0.49% 0.6% -
HSV(B) 352.65º 0.48% 0.8% -
XYZ 32.89 24.08 19.74 -
YUV 135.67 117.47 176.02 -
System Red Green Blue C M Y K H S L
Decimal 203 105 117 0 0.48 0.42 0.20 352.65 0.49 0.6
Hex CB 69 75 0 30 2A 14 161 31 3C
Octal 313 151 165 0 60 52 24 541 61 74
Binary 11001011 1101001 1110101 0 110000 101010 10100 101100001 110001 111100

Color Harmonies of #CB6975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6975

Black with #CB6975

Text Example


Text Example

White with #CB6975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6975; }

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

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

background-color css

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

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

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

border-color css

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

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

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