Html Css Color HEX #CC8289 Charm

📋 copy color: '#CC8289'

red 204 ◦ green 130 ◦ blue 137

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

Shades of Charm #CC8289

Tints of Charm #CC8289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 29.09%

R = 43.31%
G = 27.6%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#CC8289 (or 0xCC8289) is known color: Charm. HEX triplet: CC, 82 and 89. RGB value is (204,130,137). Sum of RGB (Red+Green+Blue) = 204+130+137=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 137 (53.91% from 255 or 29.09% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8289 is #337D76. Grayscale: #989898. Windows color (decimal): -3374455 or 9011916. OLE color: 9011916.

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

Color convert

RGB 204 130 137 -
CMYK 0 0.36 0.33 0.2
HSL 354.32º 0.42% 0.65% -
HSV(B) 354.32º 0.36% 0.8% -
XYZ 37.4 30.61 27.6 -
YUV 152.92 119.02 164.43 -
System Red Green Blue C M Y K H S L
Decimal 204 130 137 0 0.36 0.33 0.2 354.32 0.42 0.65
Hex CC 82 89 0 24 21 14 162 2A 41
Octal 314 202 211 0 44 41 24 542 52 101
Binary 11001100 10000010 10001001 0 100100 100001 10100 101100010 101010 1000001

Color Harmonies of #CC8289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8289

Black with #CC8289

Text Example


Text Example

White with #CC8289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8289; }

 p { color: rgb(204,130,137); }

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

background-color css

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

 a { background-color: rgb(204,130,137); }

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

border-color css

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

 span { border-color: rgb(204,130,137); }

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