Html Css Color HEX #CC8298 Puce

📋 copy color: '#CC8298'

red 204 ◦ green 130 ◦ blue 152

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

Shades of Puce #CC8298

Tints of Puce #CC8298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 31.28%

R = 41.98%
G = 26.75%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC8298 (or 0xCC8298) is known color: Puce. HEX triplet: CC, 82 and 98. RGB value is (204,130,152). Sum of RGB (Red+Green+Blue) = 204+130+152=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 152 (59.77% from 255 or 31.28% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8298 is #337D67. Grayscale: #9A9A9A. Windows color (decimal): -3374440 or 9994956. OLE color: 9994956.

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

Color convert

RGB 204 130 152 -
CMYK 0 0.36 0.25 0.2
HSL 342.16º 0.42% 0.65% -
HSV(B) 342.16º 0.36% 0.8% -
XYZ 38.55 31.07 33.67 -
YUV 154.63 126.52 163.21 -
System Red Green Blue C M Y K H S L
Decimal 204 130 152 0 0.36 0.25 0.2 342.16 0.42 0.65
Hex CC 82 98 0 24 19 14 156 2A 41
Octal 314 202 230 0 44 31 24 526 52 101
Binary 11001100 10000010 10011000 0 100100 11001 10100 101010110 101010 1000001

Color Harmonies of #CC8298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8298

Black with #CC8298

Text Example


Text Example

White with #CC8298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8298; }

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

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

background-color css

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

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

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

border-color css

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

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

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