Html Css Color HEX #C8C53B Wattle

📋 copy color: '#C8C53B'

red 200 ◦ green 197 ◦ blue 59

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

Shades of Wattle #C8C53B

Tints of Wattle #C8C53B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.2%

 BLUE value IS 59 (23.44% from 255) = 12.94%

R = 43.86%
G = 43.2%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C8C53B (or 0xC8C53B) is known color: Wattle. HEX triplet: C8, C5 and 3B. RGB value is (200,197,59). Sum of RGB (Red+Green+Blue) = 200+197+59=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 197 (77.34% from 255 or 43.20% from 456); Blue value is 59 (23.44% from 255 or 12.94% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C53B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C53B is #373AC4. Grayscale: #B6B6B6. Windows color (decimal): -3619525 or 3917256. OLE color: 3917256.

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

Color convert

RGB 200 197 59 -
CMYK 0 0.02 0.70 0.22
HSL 58.72º 0.56% 0.51% -
HSV(B) 58.72º 0.71% 0.78% -
XYZ 44.58 52.53 11.93 -
YUV 182.17 58.49 140.72 -
System Red Green Blue C M Y K H S L
Decimal 200 197 59 0 0.02 0.70 0.22 58.72 0.56 0.51
Hex C8 C5 3B 0 2 46 16 3B 38 33
Octal 310 305 73 0 2 106 26 73 70 63
Binary 11001000 11000101 111011 0 10 1000110 10110 111011 111000 110011

Color Harmonies of #C8C53B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C53B

Black with #C8C53B

Text Example


Text Example

White with #C8C53B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C53B; }

 p { color: rgb(200,197,59); }

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

background-color css

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

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

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

border-color css

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

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

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