Html Css Color HEX #C8CC4A Wattle

📋 copy color: '#C8CC4A'

red 200 ◦ green 204 ◦ blue 74

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

Shades of Wattle #C8CC4A

Tints of Wattle #C8CC4A

RGB

 RED value IS 200 (78.52% from 255) = 41.84%

 GREEN value IS 204 (80.08% from 255) = 42.68%

 BLUE value IS 74 (29.3% from 255) = 15.48%

R = 41.84%
G = 42.68%
B = 15.48%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#C8CC4A (or 0xC8CC4A) is known color: Wattle. HEX triplet: C8, CC and 4A. RGB value is (200,204,74). Sum of RGB (Red+Green+Blue) = 200+204+74=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 74 (29.30% from 255 or 15.48% from 478); Max value from RGB is 204 - color contains mainly: green. Hex color #C8CC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CC4A is #3733B5. Grayscale: #BCBCBC. Windows color (decimal): -3617718 or 4902088. OLE color: 4902088.

HSL color Cylindrical-coordinate representation of color #C8CC4A: hue angle of 61.85º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C8CC4A is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB 200 204 74 -
CMYK 0.02 0 0.64 0.2
HSL 61.85º 0.56% 0.55% -
HSV(B) 61.85º 0.64% 0.8% -
XYZ 46.65 55.96 14.82 -
YUV 187.98 63.67 136.57 -
System Red Green Blue C M Y K H S L
Decimal 200 204 74 0.02 0 0.64 0.2 61.85 0.56 0.55
Hex C8 CC 4A 2 0 40 14 3E 38 37
Octal 310 314 112 2 0 100 24 76 70 67
Binary 11001000 11001100 1001010 10 0 1000000 10100 111110 111000 110111

Color Harmonies of #C8CC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CC4A

Black with #C8CC4A

Text Example


Text Example

White with #C8CC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CC4A; }

 p { color: rgb(200,204,74); }

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

background-color css

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

 a { background-color: rgb(200,204,74); }

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

border-color css

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

 span { border-color: rgb(200,204,74); }

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