Html Css Color HEX #C4C11A Bird Flower

📋 copy color: '#C4C11A'

red 196 ◦ green 193 ◦ blue 26

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

Shades of Bird Flower #C4C11A

Tints of Bird Flower #C4C11A

RGB

 RED value IS 196 (76.95% from 255) = 47.23%

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

 BLUE value IS 26 (10.55% from 255) = 6.27%

R = 47.23%
G = 46.51%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C4C11A (or 0xC4C11A) is known color: Bird Flower. HEX triplet: C4, C1 and 1A. RGB value is (196,193,26). Sum of RGB (Red+Green+Blue) = 196+193+26=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 193 (75.78% from 255 or 46.51% from 415); Blue value is 26 (10.55% from 255 or 6.27% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C11A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C11A is #3B3EE5. Grayscale: #AFAFAF. Windows color (decimal): -3882726 or 1753540. OLE color: 1753540.

HSL color Cylindrical-coordinate representation of color #C4C11A: hue angle of 58.94º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C4C11A is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 193 26 -
CMYK 0 0.02 0.87 0.23
HSL 58.94º 0.77% 0.44% -
HSV(B) 58.94º 0.87% 0.77% -
XYZ 42.02 49.95 8.4 -
YUV 174.86 43.99 143.08 -
System Red Green Blue C M Y K H S L
Decimal 196 193 26 0 0.02 0.87 0.23 58.94 0.77 0.44
Hex C4 C1 1A 0 2 57 17 3B 4D 2C
Octal 304 301 32 0 2 127 27 73 115 54
Binary 11000100 11000001 11010 0 10 1010111 10111 111011 1001101 101100

Color Harmonies of #C4C11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C11A

Black with #C4C11A

Text Example


Text Example

White with #C4C11A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C11A; }

 p { color: rgb(196,193,26); }

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

background-color css

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

 a { background-color: rgb(196,193,26); }

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

border-color css

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

 span { border-color: rgb(196,193,26); }

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