Html Css Color HEX #C8C83A Wattle

📋 copy color: '#C8C83A'

red 200 ◦ green 200 ◦ blue 58

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

Shades of Wattle #C8C83A

Tints of Wattle #C8C83A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.67%

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

R = 43.67%
G = 43.67%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C8C83A (or 0xC8C83A) is known color: Wattle. HEX triplet: C8, C8 and 3A. RGB value is (200,200,58). Sum of RGB (Red+Green+Blue) = 200+200+58=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 200 (78.52% from 255 or 43.67% from 458); Blue value is 58 (23.05% from 255 or 12.66% from 458); Max value from RGB is 200 - color contains mainly: red, green. Hex color #C8C83A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C83A is #3737C5. Grayscale: #B8B8B8. Windows color (decimal): -3618758 or 3852488. OLE color: 3852488.

HSL color Cylindrical-coordinate representation of color #C8C83A: hue angle of 60º 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 #C8C83A is Cyan = 0, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 200 58 -
CMYK 0 0 0.71 0.22
HSL 60º 0.56% 0.51% -
HSV(B) 60º 0.71% 0.78% -
XYZ 45.24 53.89 12.02 -
YUV 183.81 57 139.55 -
System Red Green Blue C M Y K H S L
Decimal 200 200 58 0 0 0.71 0.22 60 0.56 0.51
Hex C8 C8 3A 0 0 47 16 3C 38 33
Octal 310 310 72 0 0 107 26 74 70 63
Binary 11001000 11001000 111010 0 0 1000111 10110 111100 111000 110011

Color Harmonies of #C8C83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C83A

Black with #C8C83A

Text Example


Text Example

White with #C8C83A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C83A; }

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

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

background-color css

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

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

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

border-color css

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

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

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