Html Css Color HEX #CB4353 Mandy

📋 copy color: '#CB4353'

red 203 ◦ green 67 ◦ blue 83

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

Shades of Mandy #CB4353

Tints of Mandy #CB4353

RGB

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

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

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

R = 57.51%
G = 18.98%
B = 23.51%

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

#CB4353 (or 0xCB4353) is known color: Mandy. HEX triplet: CB, 43 and 53. RGB value is (203,67,83). Sum of RGB (Red+Green+Blue) = 203+67+83=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 67 (26.56% from 255 or 18.98% from 353); Blue value is 83 (32.81% from 255 or 23.51% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4353 is #34BCAC. Grayscale: #6D6D6D. Windows color (decimal): -3456173 or 5456843. OLE color: 5456843.

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

Color convert

RGB 203 67 83 -
CMYK 0 0.67 0.59 0.20
HSL 352.94º 0.57% 0.53% -
HSV(B) 352.94º 0.67% 0.8% -
XYZ 28.2 17.34 10.04 -
YUV 109.49 113.06 194.7 -
System Red Green Blue C M Y K H S L
Decimal 203 67 83 0 0.67 0.59 0.20 352.94 0.57 0.53
Hex CB 43 53 0 43 3B 14 161 39 35
Octal 313 103 123 0 103 73 24 541 71 65
Binary 11001011 1000011 1010011 0 1000011 111011 10100 101100001 111001 110101

Color Harmonies of #CB4353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4353

Black with #CB4353

Text Example


Text Example

White with #CB4353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4353; }

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

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

background-color css

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

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

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

border-color css

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

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

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