Html Css Color HEX #CD676A Mandy

📋 copy color: '#CD676A'

red 205 ◦ green 103 ◦ blue 106

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

Shades of Mandy #CD676A

Tints of Mandy #CD676A

RGB

 RED value IS 205 (80.47% from 255) = 49.52%

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

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

R = 49.52%
G = 24.88%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CD676A (or 0xCD676A) is known color: Mandy. HEX triplet: CD, 67 and 6A. RGB value is (205,103,106). Sum of RGB (Red+Green+Blue) = 205+103+106=414 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.52% from 414); Green value is 103 (40.62% from 255 or 24.88% from 414); Blue value is 106 (41.80% from 255 or 25.60% from 414); Max value from RGB is 205 - color contains mainly: red. Hex color #CD676A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD676A is #329895. Grayscale: #858585. Windows color (decimal): -3315862 or 6973389. OLE color: 6973389.

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

Color convert

RGB 205 103 106 -
CMYK 0 0.50 0.48 0.20
HSL 358.24º 0.5% 0.6% -
HSV(B) 358.24º 0.5% 0.8% -
XYZ 32.63 23.72 16.49 -
YUV 133.84 112.29 178.76 -
System Red Green Blue C M Y K H S L
Decimal 205 103 106 0 0.50 0.48 0.20 358.24 0.5 0.6
Hex CD 67 6A 0 32 30 14 166 32 3C
Octal 315 147 152 0 62 60 24 546 62 74
Binary 11001101 1100111 1101010 0 110010 110000 10100 101100110 110010 111100

Color Harmonies of #CD676A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD676A

Black with #CD676A

Text Example


Text Example

White with #CD676A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD676A; }

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

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

background-color css

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

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

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

border-color css

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

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

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