Html Css Color HEX #CB474D Mandy

📋 copy color: '#CB474D'

red 203 ◦ green 71 ◦ blue 77

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

Shades of Mandy #CB474D

Tints of Mandy #CB474D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.94%

R = 57.83%
G = 20.23%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CB474D (or 0xCB474D) is known color: Mandy. HEX triplet: CB, 47 and 4D. RGB value is (203,71,77). Sum of RGB (Red+Green+Blue) = 203+71+77=351 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.83% from 351); Green value is 71 (28.12% from 255 or 20.23% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 203 - color contains mainly: red. Hex color #CB474D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB474D is #34B8B2. Grayscale: #6F6F6F. Windows color (decimal): -3455155 or 5064651. OLE color: 5064651.

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

Color convert

RGB 203 71 77 -
CMYK 0 0.65 0.62 0.20
HSL 357.27º 0.56% 0.54% -
HSV(B) 357.27º 0.65% 0.8% -
XYZ 28.22 17.74 8.96 -
YUV 111.15 108.73 193.51 -
System Red Green Blue C M Y K H S L
Decimal 203 71 77 0 0.65 0.62 0.20 357.27 0.56 0.54
Hex CB 47 4D 0 41 3E 14 165 38 36
Octal 313 107 115 0 101 76 24 545 70 66
Binary 11001011 1000111 1001101 0 1000001 111110 10100 101100101 111000 110110

Color Harmonies of #CB474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB474D

Black with #CB474D

Text Example


Text Example

White with #CB474D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB474D; }

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

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

background-color css

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

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

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

border-color css

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

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

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