Html Css Color HEX #CB4252 Mandy

📋 copy color: '#CB4252'

red 203 ◦ green 66 ◦ blue 82

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

Shades of Mandy #CB4252

Tints of Mandy #CB4252

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.8%

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

R = 57.83%
G = 18.8%
B = 23.36%

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

#CB4252 (or 0xCB4252) is known color: Mandy. HEX triplet: CB, 42 and 52. RGB value is (203,66,82). Sum of RGB (Red+Green+Blue) = 203+66+82=351 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.83% from 351); Green value is 66 (26.17% from 255 or 18.80% from 351); Blue value is 82 (32.42% from 255 or 23.36% from 351); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4252 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4252 is #34BDAD. Grayscale: #6C6C6C. Windows color (decimal): -3456430 or 5391051. OLE color: 5391051.

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

Color convert

RGB 203 66 82 -
CMYK 0 0.67 0.60 0.20
HSL 352.99º 0.57% 0.53% -
HSV(B) 352.99º 0.67% 0.8% -
XYZ 28.1 17.2 9.82 -
YUV 108.79 112.89 195.2 -
System Red Green Blue C M Y K H S L
Decimal 203 66 82 0 0.67 0.60 0.20 352.99 0.57 0.53
Hex CB 42 52 0 43 3C 14 161 39 35
Octal 313 102 122 0 103 74 24 541 71 65
Binary 11001011 1000010 1010010 0 1000011 111100 10100 101100001 111001 110101

Color Harmonies of #CB4252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4252

Black with #CB4252

Text Example


Text Example

White with #CB4252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4252; }

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

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

background-color css

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

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

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

border-color css

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

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

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