Html Css Color HEX #C6CA88 Deco

📋 copy color: '#C6CA88'

red 198 ◦ green 202 ◦ blue 136

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

Shades of Deco #C6CA88

Tints of Deco #C6CA88

RGB

 RED value IS 198 (77.73% from 255) = 36.94%

 GREEN value IS 202 (79.3% from 255) = 37.69%

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

R = 36.94%
G = 37.69%
B = 25.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#C6CA88 (or 0xC6CA88) is known color: Deco. HEX triplet: C6, CA and 88. RGB value is (198,202,136). Sum of RGB (Red+Green+Blue) = 198+202+136=536 (70% of max value = 765). Red value is 198 (77.73% from 255 or 36.94% from 536); Green value is 202 (79.30% from 255 or 37.69% from 536); Blue value is 136 (53.52% from 255 or 25.37% from 536); Max value from RGB is 202 - color contains mainly: green. Hex color #C6CA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6CA88 is #393577. Grayscale: #C1C1C1. Windows color (decimal): -3749240 or 8964806. OLE color: 8964806.

HSL color Cylindrical-coordinate representation of color #C6CA88: hue angle of 63.64º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C6CA88 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB 198 202 136 -
CMYK 0.02 0 0.33 0.21
HSL 63.64º 0.38% 0.66% -
HSV(B) 63.64º 0.33% 0.79% -
XYZ 48.85 56.02 31.53 -
YUV 193.28 95.67 131.37 -
System Red Green Blue C M Y K H S L
Decimal 198 202 136 0.02 0 0.33 0.21 63.64 0.38 0.66
Hex C6 CA 88 2 0 21 15 40 26 42
Octal 306 312 210 2 0 41 25 100 46 102
Binary 11000110 11001010 10001000 10 0 100001 10101 1000000 100110 1000010

Color Harmonies of #C6CA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CA88

Black with #C6CA88

Text Example


Text Example

White with #C6CA88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CA88; }

 p { color: rgb(198,202,136); }

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

background-color css

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

 a { background-color: rgb(198,202,136); }

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

border-color css

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

 span { border-color: rgb(198,202,136); }

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