Html Css Color HEX #C7C448 Wattle

📋 copy color: '#C7C448'

red 199 ◦ green 196 ◦ blue 72

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

Shades of Wattle #C7C448

Tints of Wattle #C7C448

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.97%

 BLUE value IS 72 (28.52% from 255) = 15.42%

R = 42.61%
G = 41.97%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C7C448 (or 0xC7C448) is known color: Wattle. HEX triplet: C7, C4 and 48. RGB value is (199,196,72). Sum of RGB (Red+Green+Blue) = 199+196+72=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 196 (76.95% from 255 or 41.97% from 467); Blue value is 72 (28.52% from 255 or 15.42% from 467); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C448 is #383BB7. Grayscale: #B7B7B7. Windows color (decimal): -3685304 or 4768967. OLE color: 4768967.

HSL color Cylindrical-coordinate representation of color #C7C448: hue angle of 58.58º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C7C448 is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 196 72 -
CMYK 0 0.02 0.64 0.22
HSL 58.58º 0.53% 0.53% -
HSV(B) 58.58º 0.64% 0.78% -
XYZ 44.46 52.09 13.84 -
YUV 182.76 65.49 139.58 -
System Red Green Blue C M Y K H S L
Decimal 199 196 72 0 0.02 0.64 0.22 58.58 0.53 0.53
Hex C7 C4 48 0 2 40 16 3B 35 35
Octal 307 304 110 0 2 100 26 73 65 65
Binary 11000111 11000100 1001000 0 10 1000000 10110 111011 110101 110101

Color Harmonies of #C7C448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C448

Black with #C7C448

Text Example


Text Example

White with #C7C448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C448; }

 p { color: rgb(199,196,72); }

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

background-color css

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

 a { background-color: rgb(199,196,72); }

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

border-color css

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

 span { border-color: rgb(199,196,72); }

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