Html Css Color HEX #C6CB72 Deco

📋 copy color: '#C6CB72'

red 198 ◦ green 203 ◦ blue 114

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

Shades of Deco #C6CB72

Tints of Deco #C6CB72

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.42%

 BLUE value IS 114 (44.92% from 255) = 22.14%

R = 38.45%
G = 39.42%
B = 22.14%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#C6CB72 (or 0xC6CB72) is known color: Deco. HEX triplet: C6, CB and 72. RGB value is (198,203,114). Sum of RGB (Red+Green+Blue) = 198+203+114=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 203 (79.69% from 255 or 39.42% from 515); Blue value is 114 (44.92% from 255 or 22.14% from 515); Max value from RGB is 203 - color contains mainly: green. Hex color #C6CB72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6CB72 is #39348D. Grayscale: #BFBFBF. Windows color (decimal): -3749006 or 7523270. OLE color: 7523270.

HSL color Cylindrical-coordinate representation of color #C6CB72: hue angle of 63.37º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C6CB72 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 198 203 114 -
CMYK 0.02 0 0.44 0.20
HSL 63.37º 0.46% 0.62% -
HSV(B) 63.37º 0.44% 0.8% -
XYZ 47.68 55.93 24.2 -
YUV 191.36 84.34 132.74 -
System Red Green Blue C M Y K H S L
Decimal 198 203 114 0.02 0 0.44 0.20 63.37 0.46 0.62
Hex C6 CB 72 2 0 2C 14 3F 2E 3E
Octal 306 313 162 2 0 54 24 77 56 76
Binary 11000110 11001011 1110010 10 0 101100 10100 111111 101110 111110

Color Harmonies of #C6CB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CB72

Black with #C6CB72

Text Example


Text Example

White with #C6CB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CB72; }

 p { color: rgb(198,203,114); }

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

background-color css

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

 a { background-color: rgb(198,203,114); }

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

border-color css

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

 span { border-color: rgb(198,203,114); }

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