Html Css Color HEX #CB4868 Cabaret

📋 copy color: '#CB4868'

red 203 ◦ green 72 ◦ blue 104

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

Shades of Cabaret #CB4868

Tints of Cabaret #CB4868

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19%

 BLUE value IS 104 (41.02% from 255) = 27.44%

R = 53.56%
G = 19%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CB4868 (or 0xCB4868) is known color: Cabaret. HEX triplet: CB, 48 and 68. RGB value is (203,72,104). Sum of RGB (Red+Green+Blue) = 203+72+104=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 72 (28.52% from 255 or 19.00% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4868 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4868 is #34B797. Grayscale: #727272. Windows color (decimal): -3454872 or 6834379. OLE color: 6834379.

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

Color convert

RGB 203 72 104 -
CMYK 0 0.65 0.49 0.20
HSL 345.34º 0.56% 0.54% -
HSV(B) 345.34º 0.65% 0.8% -
XYZ 29.44 18.33 15.08 -
YUV 114.82 121.9 190.9 -
System Red Green Blue C M Y K H S L
Decimal 203 72 104 0 0.65 0.49 0.20 345.34 0.56 0.54
Hex CB 48 68 0 41 31 14 159 38 36
Octal 313 110 150 0 101 61 24 531 70 66
Binary 11001011 1001000 1101000 0 1000001 110001 10100 101011001 111000 110110

Color Harmonies of #CB4868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4868

Black with #CB4868

Text Example


Text Example

White with #CB4868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4868; }

 p { color: rgb(203,72,104); }

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

background-color css

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

 a { background-color: rgb(203,72,104); }

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

border-color css

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

 span { border-color: rgb(203,72,104); }

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