Html Css Color HEX #CD696D Froly

📋 copy color: '#CD696D'

red 205 ◦ green 105 ◦ blue 109

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

Shades of Froly #CD696D

Tints of Froly #CD696D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.06%

 BLUE value IS 109 (42.97% from 255) = 26.01%

R = 48.93%
G = 25.06%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CD696D (or 0xCD696D) is known color: Froly. HEX triplet: CD, 69 and 6D. RGB value is (205,105,109). Sum of RGB (Red+Green+Blue) = 205+105+109=419 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.93% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 205 - color contains mainly: red. Hex color #CD696D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD696D is #329692. Grayscale: #878787. Windows color (decimal): -3315347 or 7170509. OLE color: 7170509.

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

Color convert

RGB 205 105 109 -
CMYK 0 0.49 0.47 0.20
HSL 357.6º 0.5% 0.61% -
HSV(B) 357.6º 0.49% 0.8% -
XYZ 32.99 24.19 17.4 -
YUV 135.36 113.13 177.67 -
System Red Green Blue C M Y K H S L
Decimal 205 105 109 0 0.49 0.47 0.20 357.6 0.5 0.61
Hex CD 69 6D 0 31 2F 14 166 32 3D
Octal 315 151 155 0 61 57 24 546 62 75
Binary 11001101 1101001 1101101 0 110001 101111 10100 101100110 110010 111101

Color Harmonies of #CD696D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD696D

Black with #CD696D

Text Example


Text Example

White with #CD696D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD696D; }

 p { color: rgb(205,105,109); }

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

background-color css

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

 a { background-color: rgb(205,105,109); }

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

border-color css

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

 span { border-color: rgb(205,105,109); }

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