Html Css Color HEX #CB6575 Cabaret

📋 copy color: '#CB6575'

red 203 ◦ green 101 ◦ blue 117

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

Shades of Cabaret #CB6575

Tints of Cabaret #CB6575

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.99%

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

R = 48.22%
G = 23.99%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CB6575 (or 0xCB6575) is known color: Cabaret. HEX triplet: CB, 65 and 75. RGB value is (203,101,117). Sum of RGB (Red+Green+Blue) = 203+101+117=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 101 (39.84% from 255 or 23.99% from 421); Blue value is 117 (46.09% from 255 or 27.79% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6575 is #349A8A. Grayscale: #858585. Windows color (decimal): -3447435 or 7693771. OLE color: 7693771.

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

Color convert

RGB 203 101 117 -
CMYK 0 0.50 0.42 0.20
HSL 350.59º 0.5% 0.6% -
HSV(B) 350.59º 0.5% 0.8% -
XYZ 32.49 23.29 19.61 -
YUV 133.32 118.79 177.7 -
System Red Green Blue C M Y K H S L
Decimal 203 101 117 0 0.50 0.42 0.20 350.59 0.5 0.6
Hex CB 65 75 0 32 2A 14 15F 32 3C
Octal 313 145 165 0 62 52 24 537 62 74
Binary 11001011 1100101 1110101 0 110010 101010 10100 101011111 110010 111100

Color Harmonies of #CB6575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6575

Black with #CB6575

Text Example


Text Example

White with #CB6575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6575; }

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

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

background-color css

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

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

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

border-color css

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

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

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