Html Css Color HEX #CD6C77 Froly

📋 copy color: '#CD6C77'

red 205 ◦ green 108 ◦ blue 119

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

Shades of Froly #CD6C77

Tints of Froly #CD6C77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 27.55%

R = 47.45%
G = 25%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CD6C77 (or 0xCD6C77) is known color: Froly. HEX triplet: CD, 6C and 77. RGB value is (205,108,119). Sum of RGB (Red+Green+Blue) = 205+108+119=432 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.45% from 432); Green value is 108 (42.58% from 255 or 25% from 432); Blue value is 119 (46.88% from 255 or 27.55% from 432); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6C77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6C77 is #329388. Grayscale: #8A8A8A. Windows color (decimal): -3314569 or 7826637. OLE color: 7826637.

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

Color convert

RGB 205 108 119 -
CMYK 0 0.47 0.42 0.20
HSL 353.2º 0.49% 0.61% -
HSV(B) 353.2º 0.47% 0.8% -
XYZ 33.87 25.04 20.5 -
YUV 138.26 117.14 175.61 -
System Red Green Blue C M Y K H S L
Decimal 205 108 119 0 0.47 0.42 0.20 353.2 0.49 0.61
Hex CD 6C 77 0 2F 2A 14 161 31 3D
Octal 315 154 167 0 57 52 24 541 61 75
Binary 11001101 1101100 1110111 0 101111 101010 10100 101100001 110001 111101

Color Harmonies of #CD6C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6C77

Black with #CD6C77

Text Example


Text Example

White with #CD6C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6C77; }

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

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

background-color css

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

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

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

border-color css

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

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

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