Html Css Color HEX #C5C143 Wattle

📋 copy color: '#C5C143'

red 197 ◦ green 193 ◦ blue 67

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

Shades of Wattle #C5C143

Tints of Wattle #C5C143

RGB

 RED value IS 197 (77.34% from 255) = 43.11%

 GREEN value IS 193 (75.78% from 255) = 42.23%

 BLUE value IS 67 (26.56% from 255) = 14.66%

R = 43.11%
G = 42.23%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C5C143 (or 0xC5C143) is known color: Wattle. HEX triplet: C5, C1 and 43. RGB value is (197,193,67). Sum of RGB (Red+Green+Blue) = 197+193+67=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 67 (26.56% from 255 or 14.66% from 457); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C143 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C143 is #3A3EBC. Grayscale: #B4B4B4. Windows color (decimal): -3817149 or 4440517. OLE color: 4440517.

HSL color Cylindrical-coordinate representation of color #C5C143: hue angle of 58.15º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C5C143 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 193 67 -
CMYK 0 0.02 0.66 0.23
HSL 58.15º 0.53% 0.52% -
HSV(B) 58.15º 0.66% 0.77% -
XYZ 43.11 50.42 12.77 -
YUV 179.83 64.33 140.25 -
System Red Green Blue C M Y K H S L
Decimal 197 193 67 0 0.02 0.66 0.23 58.15 0.53 0.52
Hex C5 C1 43 0 2 42 17 3A 35 34
Octal 305 301 103 0 2 102 27 72 65 64
Binary 11000101 11000001 1000011 0 10 1000010 10111 111010 110101 110100

Color Harmonies of #C5C143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C143

Black with #C5C143

Text Example


Text Example

White with #C5C143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C143; }

 p { color: rgb(197,193,67); }

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

background-color css

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

 a { background-color: rgb(197,193,67); }

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

border-color css

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

 span { border-color: rgb(197,193,67); }

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