Html Css Color HEX #CF696F Froly

📋 copy color: '#CF696F'

red 207 ◦ green 105 ◦ blue 111

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

Shades of Froly #CF696F

Tints of Froly #CF696F

RGB

 RED value IS 207 (81.25% from 255) = 48.94%

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

 BLUE value IS 111 (43.75% from 255) = 26.24%

R = 48.94%
G = 24.82%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CF696F (or 0xCF696F) is known color: Froly. HEX triplet: CF, 69 and 6F. RGB value is (207,105,111). Sum of RGB (Red+Green+Blue) = 207+105+111=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 111 (43.75% from 255 or 26.24% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CF696F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF696F is #309690. Grayscale: #888888. Windows color (decimal): -3184273 or 7301583. OLE color: 7301583.

HSL color Cylindrical-coordinate representation of color #CF696F: hue angle of 356.47º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF696F is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 105 111 -
CMYK 0 0.49 0.46 0.19
HSL 356.47º 0.52% 0.61% -
HSV(B) 356.47º 0.49% 0.81% -
XYZ 33.65 24.52 18 -
YUV 136.18 113.79 178.51 -
System Red Green Blue C M Y K H S L
Decimal 207 105 111 0 0.49 0.46 0.19 356.47 0.52 0.61
Hex CF 69 6F 0 31 2E 13 164 34 3D
Octal 317 151 157 0 61 56 23 544 64 75
Binary 11001111 1101001 1101111 0 110001 101110 10011 101100100 110100 111101

Color Harmonies of #CF696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF696F

Black with #CF696F

Text Example


Text Example

White with #CF696F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF696F; }

 p { color: rgb(207,105,111); }

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

background-color css

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

 a { background-color: rgb(207,105,111); }

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

border-color css

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

 span { border-color: rgb(207,105,111); }

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