Html Css Color HEX #CB5674 Cabaret

📋 copy color: '#CB5674'

red 203 ◦ green 86 ◦ blue 116

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

Shades of Cabaret #CB5674

Tints of Cabaret #CB5674

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.23%

 BLUE value IS 116 (45.7% from 255) = 28.64%

R = 50.12%
G = 21.23%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CB5674 (or 0xCB5674) is known color: Cabaret. HEX triplet: CB, 56 and 74. RGB value is (203,86,116). Sum of RGB (Red+Green+Blue) = 203+86+116=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 86 (33.98% from 255 or 21.23% from 405); Blue value is 116 (45.70% from 255 or 28.64% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5674 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5674 is #34A98B. Grayscale: #7C7C7C. Windows color (decimal): -3451276 or 7624395. OLE color: 7624395.

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

Color convert

RGB 203 86 116 -
CMYK 0 0.58 0.43 0.20
HSL 344.62º 0.53% 0.57% -
HSV(B) 344.62º 0.58% 0.8% -
XYZ 31.11 20.61 18.86 -
YUV 124.4 123.26 184.06 -
System Red Green Blue C M Y K H S L
Decimal 203 86 116 0 0.58 0.43 0.20 344.62 0.53 0.57
Hex CB 56 74 0 3A 2B 14 159 35 39
Octal 313 126 164 0 72 53 24 531 65 71
Binary 11001011 1010110 1110100 0 111010 101011 10100 101011001 110101 111001

Color Harmonies of #CB5674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5674

Black with #CB5674

Text Example


Text Example

White with #CB5674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5674; }

 p { color: rgb(203,86,116); }

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

background-color css

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

 a { background-color: rgb(203,86,116); }

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

border-color css

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

 span { border-color: rgb(203,86,116); }

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