Html Css Color HEX #CB5567 Cabaret

📋 copy color: '#CB5567'

red 203 ◦ green 85 ◦ blue 103

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

Shades of Cabaret #CB5567

Tints of Cabaret #CB5567

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.74%

 BLUE value IS 103 (40.63% from 255) = 26.34%

R = 51.92%
G = 21.74%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CB5567 (or 0xCB5567) is known color: Cabaret. HEX triplet: CB, 55 and 67. RGB value is (203,85,103). Sum of RGB (Red+Green+Blue) = 203+85+103=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 103 (40.62% from 255 or 26.34% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5567 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5567 is #34AA98. Grayscale: #7A7A7A. Windows color (decimal): -3451545 or 6772171. OLE color: 6772171.

HSL color Cylindrical-coordinate representation of color #CB5567: hue angle of 350.85º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB5567 is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 85 103 -
CMYK 0 0.58 0.49 0.20
HSL 350.85º 0.53% 0.56% -
HSV(B) 350.85º 0.58% 0.8% -
XYZ 30.33 20.17 15.13 -
YUV 122.33 117.09 185.54 -
System Red Green Blue C M Y K H S L
Decimal 203 85 103 0 0.58 0.49 0.20 350.85 0.53 0.56
Hex CB 55 67 0 3A 31 14 15F 35 38
Octal 313 125 147 0 72 61 24 537 65 70
Binary 11001011 1010101 1100111 0 111010 110001 10100 101011111 110101 111000

Color Harmonies of #CB5567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5567

Black with #CB5567

Text Example


Text Example

White with #CB5567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5567; }

 p { color: rgb(203,85,103); }

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

background-color css

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

 a { background-color: rgb(203,85,103); }

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

border-color css

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

 span { border-color: rgb(203,85,103); }

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