Html Css Color HEX #C7CA7F Deco

📋 copy color: '#C7CA7F'

red 199 ◦ green 202 ◦ blue 127

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

Shades of Deco #C7CA7F

Tints of Deco #C7CA7F

RGB

 RED value IS 199 (78.13% from 255) = 37.69%

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

 BLUE value IS 127 (50% from 255) = 24.05%

R = 37.69%
G = 38.26%
B = 24.05%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#C7CA7F (or 0xC7CA7F) is known color: Deco. HEX triplet: C7, CA and 7F. RGB value is (199,202,127). Sum of RGB (Red+Green+Blue) = 199+202+127=528 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.69% from 528); Green value is 202 (79.30% from 255 or 38.26% from 528); Blue value is 127 (50% from 255 or 24.05% from 528); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7CA7F is #383580. Grayscale: #C0C0C0. Windows color (decimal): -3683713 or 8374983. OLE color: 8374983.

HSL color Cylindrical-coordinate representation of color #C7CA7F: hue angle of 62.4º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C7CA7F is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 199 202 127 -
CMYK 0.01 0 0.37 0.21
HSL 62.4º 0.41% 0.65% -
HSV(B) 62.4º 0.37% 0.79% -
XYZ 48.5 55.92 28.31 -
YUV 192.55 91.01 132.6 -
System Red Green Blue C M Y K H S L
Decimal 199 202 127 0.01 0 0.37 0.21 62.4 0.41 0.65
Hex C7 CA 7F 1 0 25 15 3E 29 41
Octal 307 312 177 1 0 45 25 76 51 101
Binary 11000111 11001010 1111111 1 0 100101 10101 111110 101001 1000001

Color Harmonies of #C7CA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CA7F

Black with #C7CA7F

Text Example


Text Example

White with #C7CA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CA7F; }

 p { color: rgb(199,202,127); }

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

background-color css

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

 a { background-color: rgb(199,202,127); }

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

border-color css

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

 span { border-color: rgb(199,202,127); }

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