Html Css Color HEX #CB4768 Cabaret

📋 copy color: '#CB4768'

red 203 ◦ green 71 ◦ blue 104

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

Shades of Cabaret #CB4768

Tints of Cabaret #CB4768

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.78%

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

R = 53.7%
G = 18.78%
B = 27.51%

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

#CB4768 (or 0xCB4768) is known color: Cabaret. HEX triplet: CB, 47 and 68. RGB value is (203,71,104). Sum of RGB (Red+Green+Blue) = 203+71+104=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 71 (28.12% from 255 or 18.78% from 378); Blue value is 104 (41.02% from 255 or 27.51% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4768 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4768 is #34B897. Grayscale: #727272. Windows color (decimal): -3455128 or 6834123. OLE color: 6834123.

HSL color Cylindrical-coordinate representation of color #CB4768: hue angle of 345º 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 #CB4768 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 71 104 -
CMYK 0 0.65 0.49 0.20
HSL 345º 0.56% 0.54% -
HSV(B) 345º 0.65% 0.8% -
XYZ 29.38 18.2 15.06 -
YUV 114.23 122.23 191.32 -
System Red Green Blue C M Y K H S L
Decimal 203 71 104 0 0.65 0.49 0.20 345 0.56 0.54
Hex CB 47 68 0 41 31 14 159 38 36
Octal 313 107 150 0 101 61 24 531 70 66
Binary 11001011 1000111 1101000 0 1000001 110001 10100 101011001 111000 110110

Color Harmonies of #CB4768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4768

Black with #CB4768

Text Example


Text Example

White with #CB4768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4768; }

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

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

background-color css

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

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

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

border-color css

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

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

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