Html Css Color HEX #C8C348 Wattle

📋 copy color: '#C8C348'

red 200 ◦ green 195 ◦ blue 72

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

Shades of Wattle #C8C348

Tints of Wattle #C8C348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.42%

R = 42.83%
G = 41.76%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C8C348 (or 0xC8C348) is known color: Wattle. HEX triplet: C8, C3 and 48. RGB value is (200,195,72). Sum of RGB (Red+Green+Blue) = 200+195+72=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 72 (28.52% from 255 or 15.42% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C348 is #373CB7. Grayscale: #B6B6B6. Windows color (decimal): -3620024 or 4768712. OLE color: 4768712.

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

Color convert

RGB 200 195 72 -
CMYK 0 0.02 0.64 0.22
HSL 57.66º 0.54% 0.53% -
HSV(B) 57.66º 0.64% 0.78% -
XYZ 44.5 51.78 13.78 -
YUV 182.47 65.66 140.5 -
System Red Green Blue C M Y K H S L
Decimal 200 195 72 0 0.02 0.64 0.22 57.66 0.54 0.53
Hex C8 C3 48 0 2 40 16 3A 36 35
Octal 310 303 110 0 2 100 26 72 66 65
Binary 11001000 11000011 1001000 0 10 1000000 10110 111010 110110 110101

Color Harmonies of #C8C348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C348

Black with #C8C348

Text Example


Text Example

White with #C8C348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C348; }

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

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

background-color css

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

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

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

border-color css

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

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

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