Html Css Color HEX #CF6182 Charm

📋 copy color: '#CF6182'

red 207 ◦ green 97 ◦ blue 130

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

Shades of Charm #CF6182

Tints of Charm #CF6182

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.35%

 BLUE value IS 130 (51.17% from 255) = 29.95%

R = 47.7%
G = 22.35%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CF6182 (or 0xCF6182) is known color: Charm. HEX triplet: CF, 61 and 82. RGB value is (207,97,130). Sum of RGB (Red+Green+Blue) = 207+97+130=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 130 (51.17% from 255 or 29.95% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6182 is #309E7D. Grayscale: #858585. Windows color (decimal): -3186302 or 8544719. OLE color: 8544719.

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

Color convert

RGB 207 97 130 -
CMYK 0 0.53 0.37 0.19
HSL 342º 0.53% 0.6% -
HSV(B) 342º 0.53% 0.81% -
XYZ 34.04 23.43 23.85 -
YUV 133.65 125.94 180.32 -
System Red Green Blue C M Y K H S L
Decimal 207 97 130 0 0.53 0.37 0.19 342 0.53 0.6
Hex CF 61 82 0 35 25 13 156 35 3C
Octal 317 141 202 0 65 45 23 526 65 74
Binary 11001111 1100001 10000010 0 110101 100101 10011 101010110 110101 111100

Color Harmonies of #CF6182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6182

Black with #CF6182

Text Example


Text Example

White with #CF6182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6182; }

 p { color: rgb(207,97,130); }

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

background-color css

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

 a { background-color: rgb(207,97,130); }

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

border-color css

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

 span { border-color: rgb(207,97,130); }

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