Html Css Color HEX #CB4862 Cabaret

📋 copy color: '#CB4862'

red 203 ◦ green 72 ◦ blue 98

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

Shades of Cabaret #CB4862

Tints of Cabaret #CB4862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 26.27%

R = 54.42%
G = 19.3%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CB4862 (or 0xCB4862) is known color: Cabaret. HEX triplet: CB, 48 and 62. RGB value is (203,72,98). Sum of RGB (Red+Green+Blue) = 203+72+98=373 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.42% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 98 (38.67% from 255 or 26.27% from 373); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4862 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4862 is #34B79D. Grayscale: #727272. Windows color (decimal): -3454878 or 6441163. OLE color: 6441163.

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

Color convert

RGB 203 72 98 -
CMYK 0 0.65 0.52 0.20
HSL 348.09º 0.56% 0.54% -
HSV(B) 348.09º 0.65% 0.8% -
XYZ 29.15 18.21 13.53 -
YUV 114.13 118.9 191.39 -
System Red Green Blue C M Y K H S L
Decimal 203 72 98 0 0.65 0.52 0.20 348.09 0.56 0.54
Hex CB 48 62 0 41 34 14 15C 38 36
Octal 313 110 142 0 101 64 24 534 70 66
Binary 11001011 1001000 1100010 0 1000001 110100 10100 101011100 111000 110110

Color Harmonies of #CB4862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4862

Black with #CB4862

Text Example


Text Example

White with #CB4862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4862; }

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

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

background-color css

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

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

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

border-color css

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

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

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