Html Css Color HEX #C7CA3F Wattle

📋 copy color: '#C7CA3F'

red 199 ◦ green 202 ◦ blue 63

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

Shades of Wattle #C7CA3F

Tints of Wattle #C7CA3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.58%

R = 42.89%
G = 43.53%
B = 13.58%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C7CA3F (or 0xC7CA3F) is known color: Wattle. HEX triplet: C7, CA and 3F. RGB value is (199,202,63). Sum of RGB (Red+Green+Blue) = 199+202+63=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 63 (25% from 255 or 13.58% from 464); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CA3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CA3F is #3835C0. Grayscale: #B9B9B9. Windows color (decimal): -3683777 or 4180679. OLE color: 4180679.

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

Color convert

RGB 199 202 63 -
CMYK 0.01 0 0.69 0.21
HSL 61.29º 0.57% 0.52% -
HSV(B) 61.29º 0.69% 0.79% -
XYZ 45.57 54.74 12.87 -
YUV 185.26 59.01 137.8 -
System Red Green Blue C M Y K H S L
Decimal 199 202 63 0.01 0 0.69 0.21 61.29 0.57 0.52
Hex C7 CA 3F 1 0 45 15 3D 39 34
Octal 307 312 77 1 0 105 25 75 71 64
Binary 11000111 11001010 111111 1 0 1000101 10101 111101 111001 110100

Color Harmonies of #C7CA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CA3F

Black with #C7CA3F

Text Example


Text Example

White with #C7CA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CA3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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