Html Css Color HEX #C8C13C Wattle

📋 copy color: '#C8C13C'

red 200 ◦ green 193 ◦ blue 60

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

Shades of Wattle #C8C13C

Tints of Wattle #C8C13C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.25%

R = 44.15%
G = 42.6%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.7

 K value IS 0.22

RGB Variations

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

Color information

#C8C13C (or 0xC8C13C) is known color: Wattle. HEX triplet: C8, C1 and 3C. RGB value is (200,193,60). Sum of RGB (Red+Green+Blue) = 200+193+60=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 193 (75.78% from 255 or 42.60% from 453); Blue value is 60 (23.83% from 255 or 13.25% from 453); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C13C is #373EC3. Grayscale: #B4B4B4. Windows color (decimal): -3620548 or 3981768. OLE color: 3981768.

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

Color convert

RGB 200 193 60 -
CMYK 0 0.04 0.7 0.22
HSL 57º 0.56% 0.51% -
HSV(B) 57º 0.7% 0.78% -
XYZ 43.7 50.75 11.77 -
YUV 179.93 60.32 142.31 -
System Red Green Blue C M Y K H S L
Decimal 200 193 60 0 0.04 0.7 0.22 57 0.56 0.51
Hex C8 C1 3C 0 4 46 16 39 38 33
Octal 310 301 74 0 4 106 26 71 70 63
Binary 11001000 11000001 111100 0 100 1000110 10110 111001 111000 110011

Color Harmonies of #C8C13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C13C

Black with #C8C13C

Text Example


Text Example

White with #C8C13C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C13C; }

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

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

background-color css

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

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

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

border-color css

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

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

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