Html Css Color HEX #CB4874 Cabaret

📋 copy color: '#CB4874'

red 203 ◦ green 72 ◦ blue 116

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

Shades of Cabaret #CB4874

Tints of Cabaret #CB4874

RGB

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

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

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

R = 51.92%
G = 18.41%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CB4874 (or 0xCB4874) is known color: Cabaret. HEX triplet: CB, 48 and 74. RGB value is (203,72,116). Sum of RGB (Red+Green+Blue) = 203+72+116=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 72 (28.52% from 255 or 18.41% from 391); Blue value is 116 (45.70% from 255 or 29.67% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4874 is #34B78B. Grayscale: #747474. Windows color (decimal): -3454860 or 7620811. OLE color: 7620811.

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

Color convert

RGB 203 72 116 -
CMYK 0 0.65 0.43 0.20
HSL 339.85º 0.56% 0.54% -
HSV(B) 339.85º 0.65% 0.8% -
XYZ 30.1 18.59 18.53 -
YUV 116.19 127.9 189.92 -
System Red Green Blue C M Y K H S L
Decimal 203 72 116 0 0.65 0.43 0.20 339.85 0.56 0.54
Hex CB 48 74 0 41 2B 14 154 38 36
Octal 313 110 164 0 101 53 24 524 70 66
Binary 11001011 1001000 1110100 0 1000001 101011 10100 101010100 111000 110110

Color Harmonies of #CB4874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4874

Black with #CB4874

Text Example


Text Example

White with #CB4874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4874; }

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

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

background-color css

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

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

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

border-color css

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

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

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