Html Css Color HEX #CF708A Charm

📋 copy color: '#CF708A'

red 207 ◦ green 112 ◦ blue 138

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

Shades of Charm #CF708A

Tints of Charm #CF708A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.51%

 BLUE value IS 138 (54.3% from 255) = 30.2%

R = 45.3%
G = 24.51%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CF708A (or 0xCF708A) is known color: Charm. HEX triplet: CF, 70 and 8A. RGB value is (207,112,138). Sum of RGB (Red+Green+Blue) = 207+112+138=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 112 (44.14% from 255 or 24.51% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CF708A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF708A is #308F75. Grayscale: #8F8F8F. Windows color (decimal): -3182454 or 9072847. OLE color: 9072847.

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

Color convert

RGB 207 112 138 -
CMYK 0 0.46 0.33 0.19
HSL 343.58º 0.5% 0.63% -
HSV(B) 343.58º 0.46% 0.81% -
XYZ 36.11 26.69 27.29 -
YUV 143.37 124.97 173.39 -
System Red Green Blue C M Y K H S L
Decimal 207 112 138 0 0.46 0.33 0.19 343.58 0.5 0.63
Hex CF 70 8A 0 2E 21 13 158 32 3F
Octal 317 160 212 0 56 41 23 530 62 77
Binary 11001111 1110000 10001010 0 101110 100001 10011 101011000 110010 111111

Color Harmonies of #CF708A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF708A

Black with #CF708A

Text Example


Text Example

White with #CF708A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF708A; }

 p { color: rgb(207,112,138); }

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

background-color css

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

 a { background-color: rgb(207,112,138); }

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

border-color css

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

 span { border-color: rgb(207,112,138); }

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