Html Css Color HEX #C0CC88 Deco

📋 copy color: '#C0CC88'

red 192 ◦ green 204 ◦ blue 136

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

Shades of Deco #C0CC88

Tints of Deco #C0CC88

RGB

 RED value IS 192 (75.39% from 255) = 36.09%

 GREEN value IS 204 (80.08% from 255) = 38.35%

 BLUE value IS 136 (53.52% from 255) = 25.56%

R = 36.09%
G = 38.35%
B = 25.56%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#C0CC88 (or 0xC0CC88) is known color: Deco. HEX triplet: C0, CC and 88. RGB value is (192,204,136). Sum of RGB (Red+Green+Blue) = 192+204+136=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 136 (53.52% from 255 or 25.56% from 532); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CC88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CC88 is #3F3377. Grayscale: #C0C0C0. Windows color (decimal): -4141944 or 8965312. OLE color: 8965312.

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

Color convert

RGB 192 204 136 -
CMYK 0.06 0 0.33 0.2
HSL 70.59º 0.4% 0.67% -
HSV(B) 70.59º 0.33% 0.8% -
XYZ 47.78 56.17 31.62 -
YUV 192.66 96.02 127.53 -
System Red Green Blue C M Y K H S L
Decimal 192 204 136 0.06 0 0.33 0.2 70.59 0.4 0.67
Hex C0 CC 88 6 0 21 14 47 28 43
Octal 300 314 210 6 0 41 24 107 50 103
Binary 11000000 11001100 10001000 110 0 100001 10100 1000111 101000 1000011

Color Harmonies of #C0CC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CC88

Black with #C0CC88

Text Example


Text Example

White with #C0CC88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CC88; }

 p { color: rgb(192,204,136); }

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

background-color css

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

 a { background-color: rgb(192,204,136); }

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

border-color css

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

 span { border-color: rgb(192,204,136); }

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