Html Css Color HEX #CB4352 Mandy

📋 copy color: '#CB4352'

red 203 ◦ green 67 ◦ blue 82

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

Shades of Mandy #CB4352

Tints of Mandy #CB4352

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.03%

 BLUE value IS 82 (32.42% from 255) = 23.3%

R = 57.67%
G = 19.03%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.60

 K value IS 0.20

RGB Variations

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

Color information

#CB4352 (or 0xCB4352) is known color: Mandy. HEX triplet: CB, 43 and 52. RGB value is (203,67,82). Sum of RGB (Red+Green+Blue) = 203+67+82=352 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.67% from 352); Green value is 67 (26.56% from 255 or 19.03% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4352 is #34BCAD. Grayscale: #6D6D6D. Windows color (decimal): -3456174 or 5391307. OLE color: 5391307.

HSL color Cylindrical-coordinate representation of color #CB4352: hue angle of 353.38º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB4352 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 67 82 -
CMYK 0 0.67 0.60 0.20
HSL 353.38º 0.57% 0.53% -
HSV(B) 353.38º 0.67% 0.8% -
XYZ 28.16 17.32 9.84 -
YUV 109.37 112.56 194.78 -
System Red Green Blue C M Y K H S L
Decimal 203 67 82 0 0.67 0.60 0.20 353.38 0.57 0.53
Hex CB 43 52 0 43 3C 14 161 39 35
Octal 313 103 122 0 103 74 24 541 71 65
Binary 11001011 1000011 1010010 0 1000011 111100 10100 101100001 111001 110101

Color Harmonies of #CB4352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4352

Black with #CB4352

Text Example


Text Example

White with #CB4352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4352; }

 p { color: rgb(203,67,82); }

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

background-color css

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

 a { background-color: rgb(203,67,82); }

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

border-color css

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

 span { border-color: rgb(203,67,82); }

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