Html Css Color HEX #C8C344 Wattle

📋 copy color: '#C8C344'

red 200 ◦ green 195 ◦ blue 68

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

Shades of Wattle #C8C344

Tints of Wattle #C8C344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.69%

R = 43.2%
G = 42.12%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C8C344 (or 0xC8C344) is known color: Wattle. HEX triplet: C8, C3 and 44. RGB value is (200,195,68). Sum of RGB (Red+Green+Blue) = 200+195+68=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 195 (76.56% from 255 or 42.12% from 463); Blue value is 68 (26.95% from 255 or 14.69% from 463); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C344 is #373CBB. Grayscale: #B6B6B6. Windows color (decimal): -3620028 or 4506568. OLE color: 4506568.

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

Color convert

RGB 200 195 68 -
CMYK 0 0.02 0.66 0.22
HSL 57.73º 0.55% 0.53% -
HSV(B) 57.73º 0.66% 0.78% -
XYZ 44.38 51.73 13.11 -
YUV 182.02 63.66 140.83 -
System Red Green Blue C M Y K H S L
Decimal 200 195 68 0 0.02 0.66 0.22 57.73 0.55 0.53
Hex C8 C3 44 0 2 42 16 3A 37 35
Octal 310 303 104 0 2 102 26 72 67 65
Binary 11001000 11000011 1000100 0 10 1000010 10110 111010 110111 110101

Color Harmonies of #C8C344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C344

Black with #C8C344

Text Example


Text Example

White with #C8C344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C344; }

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

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

background-color css

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

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

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

border-color css

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

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

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