Html Css Color HEX #C3B919 Bird Flower

📋 copy color: '#C3B919'

red 195 ◦ green 185 ◦ blue 25

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

Shades of Bird Flower #C3B919

Tints of Bird Flower #C3B919

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.68%

 BLUE value IS 25 (10.16% from 255) = 6.17%

R = 48.15%
G = 45.68%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C3B919 (or 0xC3B919) is known color: Bird Flower. HEX triplet: C3, B9 and 19. RGB value is (195,185,25). Sum of RGB (Red+Green+Blue) = 195+185+25=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 185 (72.66% from 255 or 45.68% from 405); Blue value is 25 (10.16% from 255 or 6.17% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B919 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3B919 is #3C46E6. Grayscale: #AAAAAA. Windows color (decimal): -3950311 or 1685955. OLE color: 1685955.

HSL color Cylindrical-coordinate representation of color #C3B919: hue angle of 56.47º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C3B919 is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 185 25 -
CMYK 0 0.05 0.87 0.24
HSL 56.47º 0.77% 0.43% -
HSV(B) 56.47º 0.87% 0.76% -
XYZ 40.03 46.37 7.76 -
YUV 169.75 46.31 146.01 -
System Red Green Blue C M Y K H S L
Decimal 195 185 25 0 0.05 0.87 0.24 56.47 0.77 0.43
Hex C3 B9 19 0 5 57 18 38 4D 2B
Octal 303 271 31 0 5 127 30 70 115 53
Binary 11000011 10111001 11001 0 101 1010111 11000 111000 1001101 101011

Color Harmonies of #C3B919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B919

Black with #C3B919

Text Example


Text Example

White with #C3B919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B919; }

 p { color: rgb(195,185,25); }

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

background-color css

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

 a { background-color: rgb(195,185,25); }

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

border-color css

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

 span { border-color: rgb(195,185,25); }

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