Html Css Color HEX #CC676A Mandy

📋 copy color: '#CC676A'

red 204 ◦ green 103 ◦ blue 106

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

Shades of Mandy #CC676A

Tints of Mandy #CC676A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.94%

 BLUE value IS 106 (41.8% from 255) = 25.67%

R = 49.39%
G = 24.94%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CC676A (or 0xCC676A) is known color: Mandy. HEX triplet: CC, 67 and 6A. RGB value is (204,103,106). Sum of RGB (Red+Green+Blue) = 204+103+106=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 103 (40.62% from 255 or 24.94% from 413); Blue value is 106 (41.80% from 255 or 25.67% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC676A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC676A is #339895. Grayscale: #858585. Windows color (decimal): -3381398 or 6973388. OLE color: 6973388.

HSL color Cylindrical-coordinate representation of color #CC676A: hue angle of 358.22º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC676A is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 103 106 -
CMYK 0 0.50 0.48 0.2
HSL 358.22º 0.5% 0.6% -
HSV(B) 358.22º 0.5% 0.8% -
XYZ 32.35 23.58 16.48 -
YUV 133.54 112.46 178.26 -
System Red Green Blue C M Y K H S L
Decimal 204 103 106 0 0.50 0.48 0.2 358.22 0.5 0.6
Hex CC 67 6A 0 32 30 14 166 32 3C
Octal 314 147 152 0 62 60 24 546 62 74
Binary 11001100 1100111 1101010 0 110010 110000 10100 101100110 110010 111100

Color Harmonies of #CC676A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC676A

Black with #CC676A

Text Example


Text Example

White with #CC676A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC676A; }

 p { color: rgb(204,103,106); }

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

background-color css

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

 a { background-color: rgb(204,103,106); }

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

border-color css

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

 span { border-color: rgb(204,103,106); }

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