Html Css Color HEX #CC434B Mandy

📋 copy color: '#CC434B'

red 204 ◦ green 67 ◦ blue 75

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

Shades of Mandy #CC434B

Tints of Mandy #CC434B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.68%

R = 58.96%
G = 19.36%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC434B (or 0xCC434B) is known color: Mandy. HEX triplet: CC, 43 and 4B. RGB value is (204,67,75). Sum of RGB (Red+Green+Blue) = 204+67+75=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 67 (26.56% from 255 or 19.36% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC434B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC434B is #33BCB4. Grayscale: #6C6C6C. Windows color (decimal): -3390645 or 4932556. OLE color: 4932556.

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

Color convert

RGB 204 67 75 -
CMYK 0 0.67 0.63 0.2
HSL 356.5º 0.57% 0.53% -
HSV(B) 356.5º 0.67% 0.8% -
XYZ 28.18 17.36 8.52 -
YUV 108.88 108.89 195.85 -
System Red Green Blue C M Y K H S L
Decimal 204 67 75 0 0.67 0.63 0.2 356.5 0.57 0.53
Hex CC 43 4B 0 43 3F 14 164 39 35
Octal 314 103 113 0 103 77 24 544 71 65
Binary 11001100 1000011 1001011 0 1000011 111111 10100 101100100 111001 110101

Color Harmonies of #CC434B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC434B

Black with #CC434B

Text Example


Text Example

White with #CC434B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC434B; }

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

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

background-color css

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

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

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

border-color css

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

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

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