Html Css Color HEX #C8C635 Wattle

📋 copy color: '#C8C635'

red 200 ◦ green 198 ◦ blue 53

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

Shades of Wattle #C8C635

Tints of Wattle #C8C635

RGB

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

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

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

R = 44.35%
G = 43.9%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C8C635 (or 0xC8C635) is known color: Wattle. HEX triplet: C8, C6 and 35. RGB value is (200,198,53). Sum of RGB (Red+Green+Blue) = 200+198+53=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 198 (77.73% from 255 or 43.90% from 451); Blue value is 53 (21.09% from 255 or 11.75% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C635 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C635 is #3739CA. Grayscale: #B6B6B6. Windows color (decimal): -3619275 or 3524296. OLE color: 3524296.

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

Color convert

RGB 200 198 53 -
CMYK 0 0.01 0.74 0.22
HSL 59.18º 0.58% 0.5% -
HSV(B) 59.18º 0.74% 0.78% -
XYZ 44.66 52.92 11.23 -
YUV 182.07 55.16 140.79 -
System Red Green Blue C M Y K H S L
Decimal 200 198 53 0 0.01 0.74 0.22 59.18 0.58 0.5
Hex C8 C6 35 0 1 4A 16 3B 3A 32
Octal 310 306 65 0 1 112 26 73 72 62
Binary 11001000 11000110 110101 0 1 1001010 10110 111011 111010 110010

Color Harmonies of #C8C635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C635

Black with #C8C635

Text Example


Text Example

White with #C8C635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C635; }

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

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

background-color css

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

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

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

border-color css

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

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

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