Html Css Color HEX #CF697A Charm

📋 copy color: '#CF697A'

red 207 ◦ green 105 ◦ blue 122

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

Shades of Charm #CF697A

Tints of Charm #CF697A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.11%

R = 47.7%
G = 24.19%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CF697A (or 0xCF697A) is known color: Charm. HEX triplet: CF, 69 and 7A. RGB value is (207,105,122). Sum of RGB (Red+Green+Blue) = 207+105+122=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CF697A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF697A is #309685. Grayscale: #898989. Windows color (decimal): -3184262 or 8022479. OLE color: 8022479.

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

Color convert

RGB 207 105 122 -
CMYK 0 0.49 0.41 0.19
HSL 350º 0.52% 0.61% -
HSV(B) 350º 0.49% 0.81% -
XYZ 34.3 24.77 21.39 -
YUV 137.44 119.29 177.62 -
System Red Green Blue C M Y K H S L
Decimal 207 105 122 0 0.49 0.41 0.19 350 0.52 0.61
Hex CF 69 7A 0 31 29 13 15E 34 3D
Octal 317 151 172 0 61 51 23 536 64 75
Binary 11001111 1101001 1111010 0 110001 101001 10011 101011110 110100 111101

Color Harmonies of #CF697A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF697A

Black with #CF697A

Text Example


Text Example

White with #CF697A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF697A; }

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

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

background-color css

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

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

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

border-color css

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

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

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