Html Css Color HEX #CF768A Charm

📋 copy color: '#CF768A'

red 207 ◦ green 118 ◦ blue 138

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

Shades of Charm #CF768A

Tints of Charm #CF768A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.49%

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

R = 44.71%
G = 25.49%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CF768A (or 0xCF768A) is known color: Charm. HEX triplet: CF, 76 and 8A. RGB value is (207,118,138). Sum of RGB (Red+Green+Blue) = 207+118+138=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 118 (46.48% from 255 or 25.49% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CF768A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF768A is #308975. Grayscale: #929292. Windows color (decimal): -3180918 or 9074383. OLE color: 9074383.

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

Color convert

RGB 207 118 138 -
CMYK 0 0.43 0.33 0.19
HSL 346.52º 0.48% 0.64% -
HSV(B) 346.52º 0.43% 0.81% -
XYZ 36.8 28.06 27.52 -
YUV 146.89 122.99 170.87 -
System Red Green Blue C M Y K H S L
Decimal 207 118 138 0 0.43 0.33 0.19 346.52 0.48 0.64
Hex CF 76 8A 0 2B 21 13 15B 30 40
Octal 317 166 212 0 53 41 23 533 60 100
Binary 11001111 1110110 10001010 0 101011 100001 10011 101011011 110000 1000000

Color Harmonies of #CF768A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF768A

Black with #CF768A

Text Example


Text Example

White with #CF768A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF768A; }

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

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

background-color css

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

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

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

border-color css

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

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

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