Html Css Color HEX #C8C235 Wattle

📋 copy color: '#C8C235'

red 200 ◦ green 194 ◦ blue 53

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

Shades of Wattle #C8C235

Tints of Wattle #C8C235

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.4%

 BLUE value IS 53 (21.09% from 255) = 11.86%

R = 44.74%
G = 43.4%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C8C235 (or 0xC8C235) is known color: Wattle. HEX triplet: C8, C2 and 35. RGB value is (200,194,53). Sum of RGB (Red+Green+Blue) = 200+194+53=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 194 (76.17% from 255 or 43.40% from 447); Blue value is 53 (21.09% from 255 or 11.86% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C235 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C235 is #373DCA. Grayscale: #B4B4B4. Windows color (decimal): -3620299 or 3523272. OLE color: 3523272.

HSL color Cylindrical-coordinate representation of color #C8C235: hue angle of 57.55º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C8C235 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 194 53 -
CMYK 0 0.03 0.74 0.22
HSL 57.55º 0.58% 0.5% -
HSV(B) 57.55º 0.74% 0.78% -
XYZ 43.75 51.12 10.93 -
YUV 179.72 56.49 142.46 -
System Red Green Blue C M Y K H S L
Decimal 200 194 53 0 0.03 0.74 0.22 57.55 0.58 0.5
Hex C8 C2 35 0 3 4A 16 3A 3A 32
Octal 310 302 65 0 3 112 26 72 72 62
Binary 11001000 11000010 110101 0 11 1001010 10110 111010 111010 110010

Color Harmonies of #C8C235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C235

Black with #C8C235

Text Example


Text Example

White with #C8C235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C235; }

 p { color: rgb(200,194,53); }

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

background-color css

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

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

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

border-color css

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

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

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