Html Css Color HEX #CB646C Cabaret

📋 copy color: '#CB646C'

red 203 ◦ green 100 ◦ blue 108

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

Shades of Cabaret #CB646C

Tints of Cabaret #CB646C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.33%

 BLUE value IS 108 (42.58% from 255) = 26.28%

R = 49.39%
G = 24.33%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CB646C (or 0xCB646C) is known color: Cabaret. HEX triplet: CB, 64 and 6C. RGB value is (203,100,108). Sum of RGB (Red+Green+Blue) = 203+100+108=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CB646C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB646C is #349B93. Grayscale: #838383. Windows color (decimal): -3447700 or 7103691. OLE color: 7103691.

HSL color Cylindrical-coordinate representation of color #CB646C: hue angle of 355.34º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB646C is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 100 108 -
CMYK 0 0.51 0.47 0.20
HSL 355.34º 0.5% 0.59% -
HSV(B) 355.34º 0.51% 0.8% -
XYZ 31.89 22.89 16.93 -
YUV 131.71 114.62 178.85 -
System Red Green Blue C M Y K H S L
Decimal 203 100 108 0 0.51 0.47 0.20 355.34 0.5 0.59
Hex CB 64 6C 0 33 2F 14 163 32 3B
Octal 313 144 154 0 63 57 24 543 62 73
Binary 11001011 1100100 1101100 0 110011 101111 10100 101100011 110010 111011

Color Harmonies of #CB646C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB646C

Black with #CB646C

Text Example


Text Example

White with #CB646C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB646C; }

 p { color: rgb(203,100,108); }

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

background-color css

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

 a { background-color: rgb(203,100,108); }

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

border-color css

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

 span { border-color: rgb(203,100,108); }

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