Html Css Color HEX #CF696E Froly

📋 copy color: '#CF696E'

red 207 ◦ green 105 ◦ blue 110

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

Shades of Froly #CF696E

Tints of Froly #CF696E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.07%

R = 49.05%
G = 24.88%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CF696E (or 0xCF696E) is known color: Froly. HEX triplet: CF, 69 and 6E. RGB value is (207,105,110). Sum of RGB (Red+Green+Blue) = 207+105+110=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 110 (43.36% from 255 or 26.07% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CF696E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF696E is #309691. Grayscale: #888888. Windows color (decimal): -3184274 or 7236047. OLE color: 7236047.

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

Color convert

RGB 207 105 110 -
CMYK 0 0.49 0.47 0.19
HSL 357.06º 0.52% 0.61% -
HSV(B) 357.06º 0.49% 0.81% -
XYZ 33.6 24.49 17.71 -
YUV 136.07 113.29 178.59 -
System Red Green Blue C M Y K H S L
Decimal 207 105 110 0 0.49 0.47 0.19 357.06 0.52 0.61
Hex CF 69 6E 0 31 2F 13 165 34 3D
Octal 317 151 156 0 61 57 23 545 64 75
Binary 11001111 1101001 1101110 0 110001 101111 10011 101100101 110100 111101

Color Harmonies of #CF696E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF696E

Black with #CF696E

Text Example


Text Example

White with #CF696E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF696E; }

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

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

background-color css

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

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

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

border-color css

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

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

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