Html Css Color HEX #C7C74B Wattle

📋 copy color: '#C7C74B'

red 199 ◦ green 199 ◦ blue 75

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

Shades of Wattle #C7C74B

Tints of Wattle #C7C74B

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.07%

 BLUE value IS 75 (29.69% from 255) = 15.86%

R = 42.07%
G = 42.07%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C7C74B (or 0xC7C74B) is known color: Wattle. HEX triplet: C7, C7 and 4B. RGB value is (199,199,75). Sum of RGB (Red+Green+Blue) = 199+199+75=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 199 (78.12% from 255 or 42.07% from 473); Blue value is 75 (29.69% from 255 or 15.86% from 473); Max value from RGB is 199 - color contains mainly: red, green. Hex color #C7C74B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C74B is #3838B4. Grayscale: #B9B9B9. Windows color (decimal): -3684533 or 4966343. OLE color: 4966343.

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

Color convert

RGB 199 199 75 -
CMYK 0 0 0.62 0.22
HSL 60º 0.53% 0.54% -
HSV(B) 60º 0.62% 0.78% -
XYZ 45.25 53.5 14.6 -
YUV 184.86 66 138.08 -
System Red Green Blue C M Y K H S L
Decimal 199 199 75 0 0 0.62 0.22 60 0.53 0.54
Hex C7 C7 4B 0 0 3E 16 3C 35 36
Octal 307 307 113 0 0 76 26 74 65 66
Binary 11000111 11000111 1001011 0 0 111110 10110 111100 110101 110110

Color Harmonies of #C7C74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C74B

Black with #C7C74B

Text Example


Text Example

White with #C7C74B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C74B; }

 p { color: rgb(199,199,75); }

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

background-color css

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

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

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

border-color css

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

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

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