Html Css Color HEX #C3B815 Bird Flower

📋 copy color: '#C3B815'

red 195 ◦ green 184 ◦ blue 21

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

Shades of Bird Flower #C3B815

Tints of Bird Flower #C3B815

RGB

 RED value IS 195 (76.56% from 255) = 48.75%

 GREEN value IS 184 (72.27% from 255) = 46%

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

R = 48.75%
G = 46%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C3B815 (or 0xC3B815) is known color: Bird Flower. HEX triplet: C3, B8 and 15. RGB value is (195,184,21). Sum of RGB (Red+Green+Blue) = 195+184+21=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 184 (72.27% from 255 or 46% from 400); Blue value is 21 (8.59% from 255 or 5.25% from 400); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B815 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3B815 is #3C47EA. Grayscale: #A9A9A9. Windows color (decimal): -3950571 or 1423555. OLE color: 1423555.

HSL color Cylindrical-coordinate representation of color #C3B815: hue angle of 56.21º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C3B815 is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 184 21 -
CMYK 0 0.06 0.89 0.24
HSL 56.21º 0.81% 0.42% -
HSV(B) 56.21º 0.89% 0.76% -
XYZ 39.78 45.94 7.48 -
YUV 168.71 44.64 146.75 -
System Red Green Blue C M Y K H S L
Decimal 195 184 21 0 0.06 0.89 0.24 56.21 0.81 0.42
Hex C3 B8 15 0 6 59 18 38 51 2A
Octal 303 270 25 0 6 131 30 70 121 52
Binary 11000011 10111000 10101 0 110 1011001 11000 111000 1010001 101010

Color Harmonies of #C3B815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B815

Black with #C3B815

Text Example


Text Example

White with #C3B815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B815; }

 p { color: rgb(195,184,21); }

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

background-color css

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

 a { background-color: rgb(195,184,21); }

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

border-color css

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

 span { border-color: rgb(195,184,21); }

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