Html Css Color HEX #C3B515 Bird Flower

📋 copy color: '#C3B515'

red 195 ◦ green 181 ◦ blue 21

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

Shades of Bird Flower #C3B515

Tints of Bird Flower #C3B515

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.59%

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

R = 49.12%
G = 45.59%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C3B515 (or 0xC3B515) is known color: Bird Flower. HEX triplet: C3, B5 and 15. RGB value is (195,181,21). Sum of RGB (Red+Green+Blue) = 195+181+21=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 181 (71.09% from 255 or 45.59% from 397); Blue value is 21 (8.59% from 255 or 5.29% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3B515 is #3C4AEA. Grayscale: #A7A7A7. Windows color (decimal): -3951339 or 1422787. OLE color: 1422787.

HSL color Cylindrical-coordinate representation of color #C3B515: hue angle of 55.17º 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 #C3B515 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 181 21 -
CMYK 0 0.07 0.89 0.24
HSL 55.17º 0.81% 0.42% -
HSV(B) 55.17º 0.89% 0.76% -
XYZ 39.16 44.7 7.27 -
YUV 166.95 45.64 148.01 -
System Red Green Blue C M Y K H S L
Decimal 195 181 21 0 0.07 0.89 0.24 55.17 0.81 0.42
Hex C3 B5 15 0 7 59 18 37 51 2A
Octal 303 265 25 0 7 131 30 67 121 52
Binary 11000011 10110101 10101 0 111 1011001 11000 110111 1010001 101010

Color Harmonies of #C3B515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B515

Black with #C3B515

Text Example


Text Example

White with #C3B515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B515; }

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

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

background-color css

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

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

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

border-color css

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

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

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