Html Css Color HEX #C8CA4B Wattle

📋 copy color: '#C8CA4B'

red 200 ◦ green 202 ◦ blue 75

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

Shades of Wattle #C8CA4B

Tints of Wattle #C8CA4B

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.35%

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

R = 41.93%
G = 42.35%
B = 15.72%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C8CA4B (or 0xC8CA4B) is known color: Wattle. HEX triplet: C8, CA and 4B. RGB value is (200,202,75). Sum of RGB (Red+Green+Blue) = 200+202+75=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 75 (29.69% from 255 or 15.72% from 477); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CA4B is #3735B4. Grayscale: #BBBBBB. Windows color (decimal): -3618229 or 4967112. OLE color: 4967112.

HSL color Cylindrical-coordinate representation of color #C8CA4B: hue angle of 60.94º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C8CA4B is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 200 202 75 -
CMYK 0.01 0 0.63 0.21
HSL 60.94º 0.55% 0.54% -
HSV(B) 60.94º 0.63% 0.79% -
XYZ 46.21 55.03 14.84 -
YUV 186.92 64.84 137.33 -
System Red Green Blue C M Y K H S L
Decimal 200 202 75 0.01 0 0.63 0.21 60.94 0.55 0.54
Hex C8 CA 4B 1 0 3F 15 3D 37 36
Octal 310 312 113 1 0 77 25 75 67 66
Binary 11001000 11001010 1001011 1 0 111111 10101 111101 110111 110110

Color Harmonies of #C8CA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CA4B

Black with #C8CA4B

Text Example


Text Example

White with #C8CA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CA4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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