Html Css Color HEX #C8CF4A Wattle

📋 copy color: '#C8CF4A'

red 200 ◦ green 207 ◦ blue 74

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

Shades of Wattle #C8CF4A

Tints of Wattle #C8CF4A

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.04%

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

R = 41.58%
G = 43.04%
B = 15.38%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#C8CF4A (or 0xC8CF4A) is known color: Wattle. HEX triplet: C8, CF and 4A. RGB value is (200,207,74). Sum of RGB (Red+Green+Blue) = 200+207+74=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 207 (81.25% from 255 or 43.04% from 481); Blue value is 74 (29.30% from 255 or 15.38% from 481); Max value from RGB is 207 - color contains mainly: green. Hex color #C8CF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CF4A is #3730B5. Grayscale: #BEBEBE. Windows color (decimal): -3616950 or 4902856. OLE color: 4902856.

HSL color Cylindrical-coordinate representation of color #C8CF4A: hue angle of 63.16º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C8CF4A is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 200 207 74 -
CMYK 0.03 0 0.64 0.19
HSL 63.16º 0.58% 0.55% -
HSV(B) 63.16º 0.64% 0.81% -
XYZ 47.37 57.4 15.06 -
YUV 189.75 62.68 135.31 -
System Red Green Blue C M Y K H S L
Decimal 200 207 74 0.03 0 0.64 0.19 63.16 0.58 0.55
Hex C8 CF 4A 3 0 40 13 3F 3A 37
Octal 310 317 112 3 0 100 23 77 72 67
Binary 11001000 11001111 1001010 11 0 1000000 10011 111111 111010 110111

Color Harmonies of #C8CF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CF4A

Black with #C8CF4A

Text Example


Text Example

White with #C8CF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CF4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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