Html Css Color HEX #C3B820 Bird Flower

📋 copy color: '#C3B820'

red 195 ◦ green 184 ◦ blue 32

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

Shades of Bird Flower #C3B820

Tints of Bird Flower #C3B820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.79%

R = 47.45%
G = 44.77%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C3B820 (or 0xC3B820) is known color: Bird Flower. HEX triplet: C3, B8 and 20. RGB value is (195,184,32). Sum of RGB (Red+Green+Blue) = 195+184+32=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 184 (72.27% from 255 or 44.77% from 411); Blue value is 32 (12.89% from 255 or 7.79% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B820 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3B820 is #3C47DF. Grayscale: #AAAAAA. Windows color (decimal): -3950560 or 2144451. OLE color: 2144451.

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

Color convert

RGB 195 184 32 -
CMYK 0 0.06 0.84 0.24
HSL 55.95º 0.72% 0.45% -
HSV(B) 55.95º 0.84% 0.76% -
XYZ 39.91 45.99 8.14 -
YUV 169.96 50.14 145.86 -
System Red Green Blue C M Y K H S L
Decimal 195 184 32 0 0.06 0.84 0.24 55.95 0.72 0.45
Hex C3 B8 20 0 6 54 18 38 48 2D
Octal 303 270 40 0 6 124 30 70 110 55
Binary 11000011 10111000 100000 0 110 1010100 11000 111000 1001000 101101

Color Harmonies of #C3B820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B820

Black with #C3B820

Text Example


Text Example

White with #C3B820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B820; }

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

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

background-color css

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

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

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

border-color css

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

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

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