Html Css Color HEX #CC434F Mandy

📋 copy color: '#CC434F'

red 204 ◦ green 67 ◦ blue 79

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

Shades of Mandy #CC434F

Tints of Mandy #CC434F

RGB

 RED value IS 204 (80.08% from 255) = 58.29%

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

 BLUE value IS 79 (31.25% from 255) = 22.57%

R = 58.29%
G = 19.14%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CC434F (or 0xCC434F) is known color: Mandy. HEX triplet: CC, 43 and 4F. RGB value is (204,67,79). Sum of RGB (Red+Green+Blue) = 204+67+79=350 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.29% from 350); Green value is 67 (26.56% from 255 or 19.14% from 350); Blue value is 79 (31.25% from 255 or 22.57% from 350); Max value from RGB is 204 - color contains mainly: red. Hex color #CC434F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC434F is #33BCB0. Grayscale: #6D6D6D. Windows color (decimal): -3390641 or 5194700. OLE color: 5194700.

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

Color convert

RGB 204 67 79 -
CMYK 0 0.67 0.61 0.2
HSL 354.74º 0.57% 0.53% -
HSV(B) 354.74º 0.67% 0.8% -
XYZ 28.32 17.42 9.27 -
YUV 109.33 110.89 195.52 -
System Red Green Blue C M Y K H S L
Decimal 204 67 79 0 0.67 0.61 0.2 354.74 0.57 0.53
Hex CC 43 4F 0 43 3D 14 163 39 35
Octal 314 103 117 0 103 75 24 543 71 65
Binary 11001100 1000011 1001111 0 1000011 111101 10100 101100011 111001 110101

Color Harmonies of #CC434F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC434F

Black with #CC434F

Text Example


Text Example

White with #CC434F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC434F; }

 p { color: rgb(204,67,79); }

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

background-color css

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

 a { background-color: rgb(204,67,79); }

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

border-color css

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

 span { border-color: rgb(204,67,79); }

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