Html Css Color HEX #C8CC3E Wattle

📋 copy color: '#C8CC3E'

red 200 ◦ green 204 ◦ blue 62

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

Shades of Wattle #C8CC3E

Tints of Wattle #C8CC3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.3%

R = 42.92%
G = 43.78%
B = 13.3%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#C8CC3E (or 0xC8CC3E) is known color: Wattle. HEX triplet: C8, CC and 3E. RGB value is (200,204,62). Sum of RGB (Red+Green+Blue) = 200+204+62=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 62 (24.61% from 255 or 13.30% from 466); Max value from RGB is 204 - color contains mainly: green. Hex color #C8CC3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CC3E is #3733C1. Grayscale: #BBBBBB. Windows color (decimal): -3617730 or 4115656. OLE color: 4115656.

HSL color Cylindrical-coordinate representation of color #C8CC3E: hue angle of 61.69º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C8CC3E is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB 200 204 62 -
CMYK 0.02 0 0.70 0.2
HSL 61.69º 0.58% 0.52% -
HSV(B) 61.69º 0.7% 0.8% -
XYZ 46.28 55.81 12.89 -
YUV 186.62 57.67 137.55 -
System Red Green Blue C M Y K H S L
Decimal 200 204 62 0.02 0 0.70 0.2 61.69 0.58 0.52
Hex C8 CC 3E 2 0 46 14 3E 3A 34
Octal 310 314 76 2 0 106 24 76 72 64
Binary 11001000 11001100 111110 10 0 1000110 10100 111110 111010 110100

Color Harmonies of #C8CC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CC3E

Black with #C8CC3E

Text Example


Text Example

White with #C8CC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CC3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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