Html Css Color HEX #CF6481 Charm

📋 copy color: '#CF6481'

red 207 ◦ green 100 ◦ blue 129

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

Shades of Charm #CF6481

Tints of Charm #CF6481

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.94%

 BLUE value IS 129 (50.78% from 255) = 29.59%

R = 47.48%
G = 22.94%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CF6481 (or 0xCF6481) is known color: Charm. HEX triplet: CF, 64 and 81. RGB value is (207,100,129). Sum of RGB (Red+Green+Blue) = 207+100+129=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 100 (39.45% from 255 or 22.94% from 436); Blue value is 129 (50.78% from 255 or 29.59% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6481 is #309B7E. Grayscale: #878787. Windows color (decimal): -3185535 or 8479951. OLE color: 8479951.

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

Color convert

RGB 207 100 129 -
CMYK 0 0.52 0.38 0.19
HSL 343.74º 0.53% 0.6% -
HSV(B) 343.74º 0.52% 0.81% -
XYZ 34.25 23.96 23.59 -
YUV 135.3 124.45 179.14 -
System Red Green Blue C M Y K H S L
Decimal 207 100 129 0 0.52 0.38 0.19 343.74 0.53 0.6
Hex CF 64 81 0 34 26 13 158 35 3C
Octal 317 144 201 0 64 46 23 530 65 74
Binary 11001111 1100100 10000001 0 110100 100110 10011 101011000 110101 111100

Color Harmonies of #CF6481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6481

Black with #CF6481

Text Example


Text Example

White with #CF6481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6481; }

 p { color: rgb(207,100,129); }

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

background-color css

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

 a { background-color: rgb(207,100,129); }

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

border-color css

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

 span { border-color: rgb(207,100,129); }

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