Html Css Color HEX #CD828A Charm

📋 copy color: '#CD828A'

red 205 ◦ green 130 ◦ blue 138

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

Shades of Charm #CD828A

Tints of Charm #CD828A

RGB

 RED value IS 205 (80.47% from 255) = 43.34%

 GREEN value IS 130 (51.17% from 255) = 27.48%

 BLUE value IS 138 (54.3% from 255) = 29.18%

R = 43.34%
G = 27.48%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CD828A (or 0xCD828A) is known color: Charm. HEX triplet: CD, 82 and 8A. RGB value is (205,130,138). Sum of RGB (Red+Green+Blue) = 205+130+138=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 205 - color contains mainly: red. Hex color #CD828A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD828A is #327D75. Grayscale: #999999. Windows color (decimal): -3308918 or 9077453. OLE color: 9077453.

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

Color convert

RGB 205 130 138 -
CMYK 0 0.37 0.33 0.20
HSL 353.6º 0.43% 0.66% -
HSV(B) 353.6º 0.37% 0.8% -
XYZ 37.75 30.78 28 -
YUV 153.34 119.35 164.85 -
System Red Green Blue C M Y K H S L
Decimal 205 130 138 0 0.37 0.33 0.20 353.6 0.43 0.66
Hex CD 82 8A 0 25 21 14 162 2B 42
Octal 315 202 212 0 45 41 24 542 53 102
Binary 11001101 10000010 10001010 0 100101 100001 10100 101100010 101011 1000010

Color Harmonies of #CD828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD828A

Black with #CD828A

Text Example


Text Example

White with #CD828A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD828A; }

 p { color: rgb(205,130,138); }

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

background-color css

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

 a { background-color: rgb(205,130,138); }

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

border-color css

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

 span { border-color: rgb(205,130,138); }

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