Html Css Color HEX #CF667D Charm

📋 copy color: '#CF667D'

red 207 ◦ green 102 ◦ blue 125

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

Shades of Charm #CF667D

Tints of Charm #CF667D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.5%

 BLUE value IS 125 (49.22% from 255) = 28.8%

R = 47.7%
G = 23.5%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF667D (or 0xCF667D) is known color: Charm. HEX triplet: CF, 66 and 7D. RGB value is (207,102,125). Sum of RGB (Red+Green+Blue) = 207+102+125=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 102 (40.23% from 255 or 23.50% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CF667D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF667D is #309982. Grayscale: #888888. Windows color (decimal): -3185027 or 8218319. OLE color: 8218319.

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

Color convert

RGB 207 102 125 -
CMYK 0 0.51 0.40 0.19
HSL 346.86º 0.52% 0.61% -
HSV(B) 346.86º 0.51% 0.81% -
XYZ 34.19 24.25 22.28 -
YUV 136.02 121.79 178.63 -
System Red Green Blue C M Y K H S L
Decimal 207 102 125 0 0.51 0.40 0.19 346.86 0.52 0.61
Hex CF 66 7D 0 33 28 13 15B 34 3D
Octal 317 146 175 0 63 50 23 533 64 75
Binary 11001111 1100110 1111101 0 110011 101000 10011 101011011 110100 111101

Color Harmonies of #CF667D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF667D

Black with #CF667D

Text Example


Text Example

White with #CF667D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF667D; }

 p { color: rgb(207,102,125); }

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

background-color css

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

 a { background-color: rgb(207,102,125); }

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

border-color css

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

 span { border-color: rgb(207,102,125); }

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