Html Css Color HEX #C8CA4A Wattle

📋 copy color: '#C8CA4A'

red 200 ◦ green 202 ◦ blue 74

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

Shades of Wattle #C8CA4A

Tints of Wattle #C8CA4A

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.44%

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

R = 42.02%
G = 42.44%
B = 15.55%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C8CA4A (or 0xC8CA4A) is known color: Wattle. HEX triplet: C8, CA and 4A. RGB value is (200,202,74). Sum of RGB (Red+Green+Blue) = 200+202+74=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 202 (79.30% from 255 or 42.44% from 476); Blue value is 74 (29.30% from 255 or 15.55% from 476); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CA4A is #3735B5. Grayscale: #BBBBBB. Windows color (decimal): -3618230 or 4901576. OLE color: 4901576.

HSL color Cylindrical-coordinate representation of color #C8CA4A: hue angle of 60.94º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C8CA4A is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 200 202 74 -
CMYK 0.01 0 0.63 0.21
HSL 60.94º 0.55% 0.54% -
HSV(B) 60.94º 0.63% 0.79% -
XYZ 46.18 55.01 14.66 -
YUV 186.81 64.34 137.41 -
System Red Green Blue C M Y K H S L
Decimal 200 202 74 0.01 0 0.63 0.21 60.94 0.55 0.54
Hex C8 CA 4A 1 0 3F 15 3D 37 36
Octal 310 312 112 1 0 77 25 75 67 66
Binary 11001000 11001010 1001010 1 0 111111 10101 111101 110111 110110

Color Harmonies of #C8CA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CA4A

Black with #C8CA4A

Text Example


Text Example

White with #C8CA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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