Html Css Color HEX #CD6C74 Froly

📋 copy color: '#CD6C74'

red 205 ◦ green 108 ◦ blue 116

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

Shades of Froly #CD6C74

Tints of Froly #CD6C74

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.17%

 BLUE value IS 116 (45.7% from 255) = 27.04%

R = 47.79%
G = 25.17%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CD6C74 (or 0xCD6C74) is known color: Froly. HEX triplet: CD, 6C and 74. RGB value is (205,108,116). Sum of RGB (Red+Green+Blue) = 205+108+116=429 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.79% from 429); Green value is 108 (42.58% from 255 or 25.17% from 429); Blue value is 116 (45.70% from 255 or 27.04% from 429); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6C74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6C74 is #32938B. Grayscale: #898989. Windows color (decimal): -3314572 or 7630029. OLE color: 7630029.

HSL color Cylindrical-coordinate representation of color #CD6C74: hue angle of 355.05º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CD6C74 is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 108 116 -
CMYK 0 0.47 0.43 0.20
HSL 355.05º 0.49% 0.61% -
HSV(B) 355.05º 0.47% 0.8% -
XYZ 33.69 24.97 19.57 -
YUV 137.92 115.64 175.85 -
System Red Green Blue C M Y K H S L
Decimal 205 108 116 0 0.47 0.43 0.20 355.05 0.49 0.61
Hex CD 6C 74 0 2F 2B 14 163 31 3D
Octal 315 154 164 0 57 53 24 543 61 75
Binary 11001101 1101100 1110100 0 101111 101011 10100 101100011 110001 111101

Color Harmonies of #CD6C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6C74

Black with #CD6C74

Text Example


Text Example

White with #CD6C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6C74; }

 p { color: rgb(205,108,116); }

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

background-color css

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

 a { background-color: rgb(205,108,116); }

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

border-color css

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

 span { border-color: rgb(205,108,116); }

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