Html Css Color HEX #CB4253 Mandy

📋 copy color: '#CB4253'

red 203 ◦ green 66 ◦ blue 83

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

Shades of Mandy #CB4253

Tints of Mandy #CB4253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.58%

R = 57.67%
G = 18.75%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#CB4253 (or 0xCB4253) is known color: Mandy. HEX triplet: CB, 42 and 53. RGB value is (203,66,83). Sum of RGB (Red+Green+Blue) = 203+66+83=352 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.67% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4253 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4253 is #34BDAC. Grayscale: #6C6C6C. Windows color (decimal): -3456429 or 5456587. OLE color: 5456587.

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

Color convert

RGB 203 66 83 -
CMYK 0 0.67 0.59 0.20
HSL 352.55º 0.57% 0.53% -
HSV(B) 352.55º 0.67% 0.8% -
XYZ 28.14 17.22 10.02 -
YUV 108.9 113.39 195.12 -
System Red Green Blue C M Y K H S L
Decimal 203 66 83 0 0.67 0.59 0.20 352.55 0.57 0.53
Hex CB 42 53 0 43 3B 14 161 39 35
Octal 313 102 123 0 103 73 24 541 71 65
Binary 11001011 1000010 1010011 0 1000011 111011 10100 101100001 111001 110101

Color Harmonies of #CB4253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4253

Black with #CB4253

Text Example


Text Example

White with #CB4253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4253; }

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

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

background-color css

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

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

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

border-color css

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

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

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