Html Css Color HEX #C8C33A Wattle

📋 copy color: '#C8C33A'

red 200 ◦ green 195 ◦ blue 58

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

Shades of Wattle #C8C33A

Tints of Wattle #C8C33A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.05%

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

R = 44.15%
G = 43.05%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C8C33A (or 0xC8C33A) is known color: Wattle. HEX triplet: C8, C3 and 3A. RGB value is (200,195,58). Sum of RGB (Red+Green+Blue) = 200+195+58=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 195 (76.56% from 255 or 43.05% from 453); Blue value is 58 (23.05% from 255 or 12.80% from 453); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C33A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C33A is #373CC5. Grayscale: #B5B5B5. Windows color (decimal): -3620038 or 3851208. OLE color: 3851208.

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

Color convert

RGB 200 195 58 -
CMYK 0 0.02 0.71 0.22
HSL 57.89º 0.56% 0.51% -
HSV(B) 57.89º 0.71% 0.78% -
XYZ 44.1 51.62 11.64 -
YUV 180.88 58.66 141.64 -
System Red Green Blue C M Y K H S L
Decimal 200 195 58 0 0.02 0.71 0.22 57.89 0.56 0.51
Hex C8 C3 3A 0 2 47 16 3A 38 33
Octal 310 303 72 0 2 107 26 72 70 63
Binary 11001000 11000011 111010 0 10 1000111 10110 111010 111000 110011

Color Harmonies of #C8C33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C33A

Black with #C8C33A

Text Example


Text Example

White with #C8C33A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C33A; }

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

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

background-color css

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

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

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

border-color css

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

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

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