Html Css Color HEX #CB476A Cabaret

📋 copy color: '#CB476A'

red 203 ◦ green 71 ◦ blue 106

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

Shades of Cabaret #CB476A

Tints of Cabaret #CB476A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.89%

R = 53.42%
G = 18.68%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CB476A (or 0xCB476A) is known color: Cabaret. HEX triplet: CB, 47 and 6A. RGB value is (203,71,106). Sum of RGB (Red+Green+Blue) = 203+71+106=380 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.42% from 380); Green value is 71 (28.12% from 255 or 18.68% from 380); Blue value is 106 (41.80% from 255 or 27.89% from 380); Max value from RGB is 203 - color contains mainly: red. Hex color #CB476A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB476A is #34B895. Grayscale: #727272. Windows color (decimal): -3455126 or 6965195. OLE color: 6965195.

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

Color convert

RGB 203 71 106 -
CMYK 0 0.65 0.48 0.20
HSL 344.09º 0.56% 0.54% -
HSV(B) 344.09º 0.65% 0.8% -
XYZ 29.48 18.24 15.6 -
YUV 114.46 123.23 191.15 -
System Red Green Blue C M Y K H S L
Decimal 203 71 106 0 0.65 0.48 0.20 344.09 0.56 0.54
Hex CB 47 6A 0 41 30 14 158 38 36
Octal 313 107 152 0 101 60 24 530 70 66
Binary 11001011 1000111 1101010 0 1000001 110000 10100 101011000 111000 110110

Color Harmonies of #CB476A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB476A

Black with #CB476A

Text Example


Text Example

White with #CB476A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB476A; }

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

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

background-color css

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

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

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

border-color css

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

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

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