Html Css Color HEX #C8C63A Wattle

📋 copy color: '#C8C63A'

red 200 ◦ green 198 ◦ blue 58

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

Shades of Wattle #C8C63A

Tints of Wattle #C8C63A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.42%

 BLUE value IS 58 (23.05% from 255) = 12.72%

R = 43.86%
G = 43.42%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C8C63A (or 0xC8C63A) is known color: Wattle. HEX triplet: C8, C6 and 3A. RGB value is (200,198,58). Sum of RGB (Red+Green+Blue) = 200+198+58=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 198 (77.73% from 255 or 43.42% from 456); Blue value is 58 (23.05% from 255 or 12.72% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C63A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C63A is #3739C5. Grayscale: #B7B7B7. Windows color (decimal): -3619270 or 3851976. OLE color: 3851976.

HSL color Cylindrical-coordinate representation of color #C8C63A: hue angle of 59.15º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C8C63A is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 198 58 -
CMYK 0 0.01 0.71 0.22
HSL 59.15º 0.56% 0.51% -
HSV(B) 59.15º 0.71% 0.78% -
XYZ 44.78 52.97 11.87 -
YUV 182.64 57.66 140.38 -
System Red Green Blue C M Y K H S L
Decimal 200 198 58 0 0.01 0.71 0.22 59.15 0.56 0.51
Hex C8 C6 3A 0 1 47 16 3B 38 33
Octal 310 306 72 0 1 107 26 73 70 63
Binary 11001000 11000110 111010 0 1 1000111 10110 111011 111000 110011

Color Harmonies of #C8C63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C63A

Black with #C8C63A

Text Example


Text Example

White with #C8C63A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C63A; }

 p { color: rgb(200,198,58); }

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

background-color css

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

 a { background-color: rgb(200,198,58); }

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

border-color css

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

 span { border-color: rgb(200,198,58); }

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