Html Css Color HEX #CC818A Charm

📋 copy color: '#CC818A'

red 204 ◦ green 129 ◦ blue 138

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

Shades of Charm #CC818A

Tints of Charm #CC818A

RGB

 RED value IS 204 (80.08% from 255) = 43.31%

 GREEN value IS 129 (50.78% from 255) = 27.39%

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

R = 43.31%
G = 27.39%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC818A (or 0xCC818A) is known color: Charm. HEX triplet: CC, 81 and 8A. RGB value is (204,129,138). Sum of RGB (Red+Green+Blue) = 204+129+138=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CC818A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC818A is #337E75. Grayscale: #989898. Windows color (decimal): -3374710 or 9077196. OLE color: 9077196.

HSL color Cylindrical-coordinate representation of color #CC818A: hue angle of 352.8º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC818A is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 129 138 -
CMYK 0 0.37 0.32 0.2
HSL 352.8º 0.42% 0.65% -
HSV(B) 352.8º 0.37% 0.8% -
XYZ 37.34 30.37 27.94 -
YUV 152.45 119.85 164.77 -
System Red Green Blue C M Y K H S L
Decimal 204 129 138 0 0.37 0.32 0.2 352.8 0.42 0.65
Hex CC 81 8A 0 25 20 14 161 2A 41
Octal 314 201 212 0 45 40 24 541 52 101
Binary 11001100 10000001 10001010 0 100101 100000 10100 101100001 101010 1000001

Color Harmonies of #CC818A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC818A

Black with #CC818A

Text Example


Text Example

White with #CC818A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC818A; }

 p { color: rgb(204,129,138); }

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

background-color css

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

 a { background-color: rgb(204,129,138); }

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

border-color css

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

 span { border-color: rgb(204,129,138); }

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