Html Css Color HEX #CC696D Froly

📋 copy color: '#CC696D'

red 204 ◦ green 105 ◦ blue 109

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

Shades of Froly #CC696D

Tints of Froly #CC696D

RGB

 RED value IS 204 (80.08% from 255) = 48.8%

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

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

R = 48.8%
G = 25.12%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC696D (or 0xCC696D) is known color: Froly. HEX triplet: CC, 69 and 6D. RGB value is (204,105,109). Sum of RGB (Red+Green+Blue) = 204+105+109=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC696D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC696D is #339692. Grayscale: #878787. Windows color (decimal): -3380883 or 7170508. OLE color: 7170508.

HSL color Cylindrical-coordinate representation of color #CC696D: hue angle of 357.58º degrees, saturation: 0.49, 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 #CC696D is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 105 109 -
CMYK 0 0.49 0.47 0.2
HSL 357.58º 0.49% 0.61% -
HSV(B) 357.58º 0.49% 0.8% -
XYZ 32.71 24.04 17.38 -
YUV 135.06 113.3 177.17 -
System Red Green Blue C M Y K H S L
Decimal 204 105 109 0 0.49 0.47 0.2 357.58 0.49 0.61
Hex CC 69 6D 0 31 2F 14 166 31 3D
Octal 314 151 155 0 61 57 24 546 61 75
Binary 11001100 1101001 1101101 0 110001 101111 10100 101100110 110001 111101

Color Harmonies of #CC696D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC696D

Black with #CC696D

Text Example


Text Example

White with #CC696D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC696D; }

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

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

background-color css

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

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

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

border-color css

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

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

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