#CB6975

Color #CB6975 Cabaret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabaret #CB6975

Tints of Cabaret #CB6975

Color information

#CB6975 (or 0xCB6975) is unknown color: approx 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

RGB203105117-
CMYK00.480.420.20
HSL352.65º48.51%60.39%-
HSV(B)352.65º48.28%79.61%-
XYZ32.8924.0819.74-
YUV135.67117.47176.02-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310511700.480.420.20352.6548.5160.39
HexCB69750302A14161313c
Octal31315116506052245416174
Binary1100101111010011110101011000010101010100101100001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>