Html Css Color HEX #CF6883 Charm

📋 copy color: '#CF6883'

red 207 ◦ green 104 ◦ blue 131

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

Shades of Charm #CF6883

Tints of Charm #CF6883

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.53%

 BLUE value IS 131 (51.56% from 255) = 29.64%

R = 46.83%
G = 23.53%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CF6883 (or 0xCF6883) is known color: Charm. HEX triplet: CF, 68 and 83. RGB value is (207,104,131). Sum of RGB (Red+Green+Blue) = 207+104+131=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 104 (41.02% from 255 or 23.53% from 442); Blue value is 131 (51.56% from 255 or 29.64% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6883 is #30977C. Grayscale: #898989. Windows color (decimal): -3184509 or 8612047. OLE color: 8612047.

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

Color convert

RGB 207 104 131 -
CMYK 0 0.50 0.37 0.19
HSL 344.27º 0.52% 0.61% -
HSV(B) 344.27º 0.5% 0.81% -
XYZ 34.78 24.8 24.43 -
YUV 137.88 124.12 177.3 -
System Red Green Blue C M Y K H S L
Decimal 207 104 131 0 0.50 0.37 0.19 344.27 0.52 0.61
Hex CF 68 83 0 32 25 13 158 34 3D
Octal 317 150 203 0 62 45 23 530 64 75
Binary 11001111 1101000 10000011 0 110010 100101 10011 101011000 110100 111101

Color Harmonies of #CF6883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6883

Black with #CF6883

Text Example


Text Example

White with #CF6883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6883; }

 p { color: rgb(207,104,131); }

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

background-color css

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

 a { background-color: rgb(207,104,131); }

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

border-color css

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

 span { border-color: rgb(207,104,131); }

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