Html Css Color HEX #CB4974 Cabaret

📋 copy color: '#CB4974'

red 203 ◦ green 73 ◦ blue 116

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

Shades of Cabaret #CB4974

Tints of Cabaret #CB4974

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.62%

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

R = 51.79%
G = 18.62%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CB4974 (or 0xCB4974) is known color: Cabaret. HEX triplet: CB, 49 and 74. RGB value is (203,73,116). Sum of RGB (Red+Green+Blue) = 203+73+116=392 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.79% from 392); Green value is 73 (28.91% from 255 or 18.62% from 392); Blue value is 116 (45.70% from 255 or 29.59% from 392); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4974 is #34B68B. Grayscale: #747474. Windows color (decimal): -3454604 or 7621067. OLE color: 7621067.

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

Color convert

RGB 203 73 116 -
CMYK 0 0.64 0.43 0.20
HSL 340.15º 0.56% 0.54% -
HSV(B) 340.15º 0.64% 0.8% -
XYZ 30.16 18.72 18.55 -
YUV 116.77 127.57 189.5 -
System Red Green Blue C M Y K H S L
Decimal 203 73 116 0 0.64 0.43 0.20 340.15 0.56 0.54
Hex CB 49 74 0 40 2B 14 154 38 36
Octal 313 111 164 0 100 53 24 524 70 66
Binary 11001011 1001001 1110100 0 1000000 101011 10100 101010100 111000 110110

Color Harmonies of #CB4974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4974

Black with #CB4974

Text Example


Text Example

White with #CB4974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4974; }

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

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

background-color css

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

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

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

border-color css

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

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

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