Html Css Color HEX #C4CA7F Deco

📋 copy color: '#C4CA7F'

red 196 ◦ green 202 ◦ blue 127

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

Shades of Deco #C4CA7F

Tints of Deco #C4CA7F

RGB

 RED value IS 196 (76.95% from 255) = 37.33%

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

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

R = 37.33%
G = 38.48%
B = 24.19%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#C4CA7F (or 0xC4CA7F) is known color: Deco. HEX triplet: C4, CA and 7F. RGB value is (196,202,127). Sum of RGB (Red+Green+Blue) = 196+202+127=525 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.33% from 525); Green value is 202 (79.30% from 255 or 38.48% from 525); Blue value is 127 (50% from 255 or 24.19% from 525); Max value from RGB is 202 - color contains mainly: green. Hex color #C4CA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4CA7F is #3B3580. Grayscale: #BFBFBF. Windows color (decimal): -3880321 or 8374980. OLE color: 8374980.

HSL color Cylindrical-coordinate representation of color #C4CA7F: hue angle of 64.8º 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 #C4CA7F is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 202 127 -
CMYK 0.03 0 0.37 0.21
HSL 64.8º 0.41% 0.65% -
HSV(B) 64.8º 0.37% 0.79% -
XYZ 47.72 55.51 28.28 -
YUV 191.66 91.51 131.1 -
System Red Green Blue C M Y K H S L
Decimal 196 202 127 0.03 0 0.37 0.21 64.8 0.41 0.65
Hex C4 CA 7F 3 0 25 15 41 29 41
Octal 304 312 177 3 0 45 25 101 51 101
Binary 11000100 11001010 1111111 11 0 100101 10101 1000001 101001 1000001

Color Harmonies of #C4CA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CA7F

Black with #C4CA7F

Text Example


Text Example

White with #C4CA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CA7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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