Html Css Color HEX #C7C238 Wattle

📋 copy color: '#C7C238'

red 199 ◦ green 194 ◦ blue 56

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

Shades of Wattle #C7C238

Tints of Wattle #C7C238

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.21%

 BLUE value IS 56 (22.27% from 255) = 12.47%

R = 44.32%
G = 43.21%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C7C238 (or 0xC7C238) is known color: Wattle. HEX triplet: C7, C2 and 38. RGB value is (199,194,56). Sum of RGB (Red+Green+Blue) = 199+194+56=449 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.32% from 449); Green value is 194 (76.17% from 255 or 43.21% from 449); Blue value is 56 (22.27% from 255 or 12.47% from 449); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C238 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C238 is #383DC7. Grayscale: #B4B4B4. Windows color (decimal): -3685832 or 3719879. OLE color: 3719879.

HSL color Cylindrical-coordinate representation of color #C7C238: hue angle of 57.9º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C7C238 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 194 56 -
CMYK 0 0.03 0.72 0.22
HSL 57.9º 0.56% 0.5% -
HSV(B) 57.9º 0.72% 0.78% -
XYZ 43.56 51.01 11.29 -
YUV 179.76 58.16 141.72 -
System Red Green Blue C M Y K H S L
Decimal 199 194 56 0 0.03 0.72 0.22 57.9 0.56 0.5
Hex C7 C2 38 0 3 48 16 3A 38 32
Octal 307 302 70 0 3 110 26 72 70 62
Binary 11000111 11000010 111000 0 11 1001000 10110 111010 111000 110010

Color Harmonies of #C7C238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C238

Black with #C7C238

Text Example


Text Example

White with #C7C238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C238; }

 p { color: rgb(199,194,56); }

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

background-color css

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

 a { background-color: rgb(199,194,56); }

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

border-color css

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

 span { border-color: rgb(199,194,56); }

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