Html Css Color HEX #CF838B Charm

📋 copy color: '#CF838B'

red 207 ◦ green 131 ◦ blue 139

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

Shades of Charm #CF838B

Tints of Charm #CF838B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.46%

 BLUE value IS 139 (54.69% from 255) = 29.14%

R = 43.4%
G = 27.46%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CF838B (or 0xCF838B) is known color: Charm. HEX triplet: CF, 83 and 8B. RGB value is (207,131,139). Sum of RGB (Red+Green+Blue) = 207+131+139=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 131 (51.56% from 255 or 27.46% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 207 - color contains mainly: red. Hex color #CF838B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF838B is #307C74. Grayscale: #9A9A9A. Windows color (decimal): -3177589 or 9143247. OLE color: 9143247.

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

Color convert

RGB 207 131 139 -
CMYK 0 0.37 0.33 0.19
HSL 353.68º 0.44% 0.66% -
HSV(B) 353.68º 0.37% 0.81% -
XYZ 38.51 31.36 28.45 -
YUV 154.64 119.18 165.35 -
System Red Green Blue C M Y K H S L
Decimal 207 131 139 0 0.37 0.33 0.19 353.68 0.44 0.66
Hex CF 83 8B 0 25 21 13 162 2C 42
Octal 317 203 213 0 45 41 23 542 54 102
Binary 11001111 10000011 10001011 0 100101 100001 10011 101100010 101100 1000010

Color Harmonies of #CF838B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF838B

Black with #CF838B

Text Example


Text Example

White with #CF838B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF838B; }

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

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

background-color css

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

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

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

border-color css

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

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

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