Html Css Color HEX #CC818B Charm

📋 copy color: '#CC818B'

red 204 ◦ green 129 ◦ blue 139

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

Shades of Charm #CC818B

Tints of Charm #CC818B

RGB

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

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

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

R = 43.22%
G = 27.33%
B = 29.45%

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

#CC818B (or 0xCC818B) is known color: Charm. HEX triplet: CC, 81 and 8B. RGB value is (204,129,139). Sum of RGB (Red+Green+Blue) = 204+129+139=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 139 (54.69% from 255 or 29.45% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CC818B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC818B is #337E74. Grayscale: #989898. Windows color (decimal): -3374709 or 9142732. OLE color: 9142732.

HSL color Cylindrical-coordinate representation of color #CC818B: hue angle of 352º 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 #CC818B is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 129 139 -
CMYK 0 0.37 0.32 0.2
HSL 352º 0.42% 0.65% -
HSV(B) 352º 0.37% 0.8% -
XYZ 37.41 30.4 28.32 -
YUV 152.57 120.35 164.69 -
System Red Green Blue C M Y K H S L
Decimal 204 129 139 0 0.37 0.32 0.2 352 0.42 0.65
Hex CC 81 8B 0 25 20 14 160 2A 41
Octal 314 201 213 0 45 40 24 540 52 101
Binary 11001100 10000001 10001011 0 100101 100000 10100 101100000 101010 1000001

Color Harmonies of #CC818B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC818B

Black with #CC818B

Text Example


Text Example

White with #CC818B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC818B; }

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

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

background-color css

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

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

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

border-color css

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

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

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