Html Css Color HEX #C8CD48 Wattle

📋 copy color: '#C8CD48'

red 200 ◦ green 205 ◦ blue 72

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

Shades of Wattle #C8CD48

Tints of Wattle #C8CD48

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.98%

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

R = 41.93%
G = 42.98%
B = 15.09%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#C8CD48 (or 0xC8CD48) is known color: Wattle. HEX triplet: C8, CD and 48. RGB value is (200,205,72). Sum of RGB (Red+Green+Blue) = 200+205+72=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 205 (80.47% from 255 or 42.98% from 477); Blue value is 72 (28.52% from 255 or 15.09% from 477); Max value from RGB is 205 - color contains mainly: green. Hex color #C8CD48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CD48 is #3732B7. Grayscale: #BCBCBC. Windows color (decimal): -3617464 or 4771272. OLE color: 4771272.

HSL color Cylindrical-coordinate representation of color #C8CD48: hue angle of 62.26º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C8CD48 is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB 200 205 72 -
CMYK 0.02 0 0.65 0.20
HSL 62.26º 0.57% 0.54% -
HSV(B) 62.26º 0.65% 0.8% -
XYZ 46.82 56.41 14.55 -
YUV 188.34 62.34 136.31 -
System Red Green Blue C M Y K H S L
Decimal 200 205 72 0.02 0 0.65 0.20 62.26 0.57 0.54
Hex C8 CD 48 2 0 41 14 3E 39 36
Octal 310 315 110 2 0 101 24 76 71 66
Binary 11001000 11001101 1001000 10 0 1000001 10100 111110 111001 110110

Color Harmonies of #C8CD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CD48

Black with #C8CD48

Text Example


Text Example

White with #C8CD48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CD48; }

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

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

background-color css

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

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

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

border-color css

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

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

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