Html Css Color HEX #C8C742 Wattle

📋 copy color: '#C8C742'

red 200 ◦ green 199 ◦ blue 66

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

Shades of Wattle #C8C742

Tints of Wattle #C8C742

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.8%

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

R = 43.01%
G = 42.8%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C8C742 (or 0xC8C742) is known color: Wattle. HEX triplet: C8, C7 and 42. RGB value is (200,199,66). Sum of RGB (Red+Green+Blue) = 200+199+66=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 199 (78.12% from 255 or 42.80% from 465); Blue value is 66 (26.17% from 255 or 14.19% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C742 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C742 is #3738BD. Grayscale: #B8B8B8. Windows color (decimal): -3619006 or 4376520. OLE color: 4376520.

HSL color Cylindrical-coordinate representation of color #C8C742: hue angle of 59.55º 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 #C8C742 is Cyan = 0, Magento = 0.00, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 199 66 -
CMYK 0 0.00 0.67 0.22
HSL 59.55º 0.55% 0.52% -
HSV(B) 59.55º 0.67% 0.78% -
XYZ 45.23 53.52 13.1 -
YUV 184.14 61.33 139.31 -
System Red Green Blue C M Y K H S L
Decimal 200 199 66 0 0.00 0.67 0.22 59.55 0.55 0.52
Hex C8 C7 42 0 0 43 16 3C 37 34
Octal 310 307 102 0 0 103 26 74 67 64
Binary 11001000 11000111 1000010 0 0 1000011 10110 111100 110111 110100

Color Harmonies of #C8C742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C742

Black with #C8C742

Text Example


Text Example

White with #C8C742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C742; }

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

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

background-color css

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

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

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

border-color css

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

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

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