Html Css Color HEX #C4B313 Bird Flower

📋 copy color: '#C4B313'

red 196 ◦ green 179 ◦ blue 19

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

Shades of Bird Flower #C4B313

Tints of Bird Flower #C4B313

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.43%

 BLUE value IS 19 (7.81% from 255) = 4.82%

R = 49.75%
G = 45.43%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C4B313 (or 0xC4B313) is known color: Bird Flower. HEX triplet: C4, B3 and 13. RGB value is (196,179,19). Sum of RGB (Red+Green+Blue) = 196+179+19=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 179 (70.31% from 255 or 45.43% from 394); Blue value is 19 (7.81% from 255 or 4.82% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4B313 is #3B4CEC. Grayscale: #A6A6A6. Windows color (decimal): -3886317 or 1291204. OLE color: 1291204.

HSL color Cylindrical-coordinate representation of color #C4B313: hue angle of 54.24º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C4B313 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 179 19 -
CMYK 0 0.09 0.90 0.23
HSL 54.24º 0.82% 0.42% -
HSV(B) 54.24º 0.9% 0.77% -
XYZ 39 44.02 7.06 -
YUV 165.84 45.13 149.51 -
System Red Green Blue C M Y K H S L
Decimal 196 179 19 0 0.09 0.90 0.23 54.24 0.82 0.42
Hex C4 B3 13 0 9 5A 17 36 52 2A
Octal 304 263 23 0 11 132 27 66 122 52
Binary 11000100 10110011 10011 0 1001 1011010 10111 110110 1010010 101010

Color Harmonies of #C4B313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B313

Black with #C4B313

Text Example


Text Example

White with #C4B313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B313; }

 p { color: rgb(196,179,19); }

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

background-color css

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

 a { background-color: rgb(196,179,19); }

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

border-color css

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

 span { border-color: rgb(196,179,19); }

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