Html Css Color HEX #C4B215 Bird Flower

📋 copy color: '#C4B215'

red 196 ◦ green 178 ◦ blue 21

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

Shades of Bird Flower #C4B215

Tints of Bird Flower #C4B215

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.06%

 BLUE value IS 21 (8.59% from 255) = 5.32%

R = 49.62%
G = 45.06%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C4B215 (or 0xC4B215) is known color: Bird Flower. HEX triplet: C4, B2 and 15. RGB value is (196,178,21). Sum of RGB (Red+Green+Blue) = 196+178+21=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 178 (69.92% from 255 or 45.06% from 395); Blue value is 21 (8.59% from 255 or 5.32% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4B215 is #3B4DEA. Grayscale: #A6A6A6. Windows color (decimal): -3886571 or 1422020. OLE color: 1422020.

HSL color Cylindrical-coordinate representation of color #C4B215: hue angle of 53.83º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C4B215 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 178 21 -
CMYK 0 0.09 0.89 0.23
HSL 53.83º 0.81% 0.43% -
HSV(B) 53.83º 0.89% 0.77% -
XYZ 38.82 43.63 7.08 -
YUV 165.48 46.46 149.77 -
System Red Green Blue C M Y K H S L
Decimal 196 178 21 0 0.09 0.89 0.23 53.83 0.81 0.43
Hex C4 B2 15 0 9 59 17 36 51 2B
Octal 304 262 25 0 11 131 27 66 121 53
Binary 11000100 10110010 10101 0 1001 1011001 10111 110110 1010001 101011

Color Harmonies of #C4B215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B215

Black with #C4B215

Text Example


Text Example

White with #C4B215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B215; }

 p { color: rgb(196,178,21); }

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

background-color css

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

 a { background-color: rgb(196,178,21); }

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

border-color css

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

 span { border-color: rgb(196,178,21); }

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