Html Css Color HEX #C8CC4B Wattle

📋 copy color: '#C8CC4B'

red 200 ◦ green 204 ◦ blue 75

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

Shades of Wattle #C8CC4B

Tints of Wattle #C8CC4B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.59%

 BLUE value IS 75 (29.69% from 255) = 15.66%

R = 41.75%
G = 42.59%
B = 15.66%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#C8CC4B (or 0xC8CC4B) is known color: Wattle. HEX triplet: C8, CC and 4B. RGB value is (200,204,75). Sum of RGB (Red+Green+Blue) = 200+204+75=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 75 (29.69% from 255 or 15.66% from 479); Max value from RGB is 204 - color contains mainly: green. Hex color #C8CC4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CC4B is #3733B4. Grayscale: #BCBCBC. Windows color (decimal): -3617717 or 4967624. OLE color: 4967624.

HSL color Cylindrical-coordinate representation of color #C8CC4B: hue angle of 61.86º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C8CC4B is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB 200 204 75 -
CMYK 0.02 0 0.63 0.2
HSL 61.86º 0.56% 0.55% -
HSV(B) 61.86º 0.63% 0.8% -
XYZ 46.68 55.97 15 -
YUV 188.1 64.17 136.49 -
System Red Green Blue C M Y K H S L
Decimal 200 204 75 0.02 0 0.63 0.2 61.86 0.56 0.55
Hex C8 CC 4B 2 0 3F 14 3E 38 37
Octal 310 314 113 2 0 77 24 76 70 67
Binary 11001000 11001100 1001011 10 0 111111 10100 111110 111000 110111

Color Harmonies of #C8CC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CC4B

Black with #C8CC4B

Text Example


Text Example

White with #C8CC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CC4B; }

 p { color: rgb(200,204,75); }

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

background-color css

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

 a { background-color: rgb(200,204,75); }

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

border-color css

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

 span { border-color: rgb(200,204,75); }

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