Html Css Color HEX #C8C142 Wattle

📋 copy color: '#C8C142'

red 200 ◦ green 193 ◦ blue 66

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

Shades of Wattle #C8C142

Tints of Wattle #C8C142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.38%

R = 43.57%
G = 42.05%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C8C142 (or 0xC8C142) is known color: Wattle. HEX triplet: C8, C1 and 42. RGB value is (200,193,66). Sum of RGB (Red+Green+Blue) = 200+193+66=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 193 (75.78% from 255 or 42.05% from 459); Blue value is 66 (26.17% from 255 or 14.38% from 459); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C142 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C142 is #373EBD. Grayscale: #B5B5B5. Windows color (decimal): -3620542 or 4374984. OLE color: 4374984.

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

Color convert

RGB 200 193 66 -
CMYK 0 0.04 0.67 0.22
HSL 56.87º 0.55% 0.52% -
HSV(B) 56.87º 0.67% 0.78% -
XYZ 43.87 50.81 12.65 -
YUV 180.62 63.32 141.83 -
System Red Green Blue C M Y K H S L
Decimal 200 193 66 0 0.04 0.67 0.22 56.87 0.55 0.52
Hex C8 C1 42 0 4 43 16 39 37 34
Octal 310 301 102 0 4 103 26 71 67 64
Binary 11001000 11000001 1000010 0 100 1000011 10110 111001 110111 110100

Color Harmonies of #C8C142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C142

Black with #C8C142

Text Example


Text Example

White with #C8C142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C142; }

 p { color: rgb(200,193,66); }

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

background-color css

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

 a { background-color: rgb(200,193,66); }

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

border-color css

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

 span { border-color: rgb(200,193,66); }

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