Html Css Color HEX #CD6C73 Froly

📋 copy color: '#CD6C73'

red 205 ◦ green 108 ◦ blue 115

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

Shades of Froly #CD6C73

Tints of Froly #CD6C73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.87%

R = 47.9%
G = 25.23%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CD6C73 (or 0xCD6C73) is known color: Froly. HEX triplet: CD, 6C and 73. RGB value is (205,108,115). Sum of RGB (Red+Green+Blue) = 205+108+115=428 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.90% from 428); Green value is 108 (42.58% from 255 or 25.23% from 428); Blue value is 115 (45.31% from 255 or 26.87% from 428); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6C73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6C73 is #32938C. Grayscale: #898989. Windows color (decimal): -3314573 or 7564493. OLE color: 7564493.

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

Color convert

RGB 205 108 115 -
CMYK 0 0.47 0.44 0.20
HSL 355.67º 0.49% 0.61% -
HSV(B) 355.67º 0.47% 0.8% -
XYZ 33.63 24.94 19.26 -
YUV 137.8 115.14 175.93 -
System Red Green Blue C M Y K H S L
Decimal 205 108 115 0 0.47 0.44 0.20 355.67 0.49 0.61
Hex CD 6C 73 0 2F 2C 14 164 31 3D
Octal 315 154 163 0 57 54 24 544 61 75
Binary 11001101 1101100 1110011 0 101111 101100 10100 101100100 110001 111101

Color Harmonies of #CD6C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6C73

Black with #CD6C73

Text Example


Text Example

White with #CD6C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6C73; }

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

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

background-color css

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

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

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

border-color css

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

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

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