Html Css Color HEX #C7CA41 Wattle

📋 copy color: '#C7CA41'

red 199 ◦ green 202 ◦ blue 65

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

Shades of Wattle #C7CA41

Tints of Wattle #C7CA41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.95%

R = 42.7%
G = 43.35%
B = 13.95%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C7CA41 (or 0xC7CA41) is known color: Wattle. HEX triplet: C7, CA and 41. RGB value is (199,202,65). Sum of RGB (Red+Green+Blue) = 199+202+65=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 202 (79.30% from 255 or 43.35% from 466); Blue value is 65 (25.78% from 255 or 13.95% from 466); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CA41 is #3835BE. Grayscale: #BABABA. Windows color (decimal): -3683775 or 4311751. OLE color: 4311751.

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

Color convert

RGB 199 202 65 -
CMYK 0.01 0 0.68 0.21
HSL 61.31º 0.56% 0.52% -
HSV(B) 61.31º 0.68% 0.79% -
XYZ 45.63 54.76 13.17 -
YUV 185.49 60.01 137.64 -
System Red Green Blue C M Y K H S L
Decimal 199 202 65 0.01 0 0.68 0.21 61.31 0.56 0.52
Hex C7 CA 41 1 0 44 15 3D 38 34
Octal 307 312 101 1 0 104 25 75 70 64
Binary 11000111 11001010 1000001 1 0 1000100 10101 111101 111000 110100

Color Harmonies of #C7CA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CA41

Black with #C7CA41

Text Example


Text Example

White with #C7CA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CA41; }

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

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

background-color css

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

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

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

border-color css

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

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

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