Html Css Color HEX #C3B715 Bird Flower

📋 copy color: '#C3B715'

red 195 ◦ green 183 ◦ blue 21

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

Shades of Bird Flower #C3B715

Tints of Bird Flower #C3B715

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.86%

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

R = 48.87%
G = 45.86%
B = 5.26%

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

#C3B715 (or 0xC3B715) is known color: Bird Flower. HEX triplet: C3, B7 and 15. RGB value is (195,183,21). Sum of RGB (Red+Green+Blue) = 195+183+21=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 183 (71.88% from 255 or 45.86% from 399); Blue value is 21 (8.59% from 255 or 5.26% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B715 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3B715 is #3C48EA. Grayscale: #A8A8A8. Windows color (decimal): -3950827 or 1423299. OLE color: 1423299.

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

Color convert

RGB 195 183 21 -
CMYK 0 0.06 0.89 0.24
HSL 55.86º 0.81% 0.42% -
HSV(B) 55.86º 0.89% 0.76% -
XYZ 39.57 45.52 7.41 -
YUV 168.12 44.98 147.17 -
System Red Green Blue C M Y K H S L
Decimal 195 183 21 0 0.06 0.89 0.24 55.86 0.81 0.42
Hex C3 B7 15 0 6 59 18 38 51 2A
Octal 303 267 25 0 6 131 30 70 121 52
Binary 11000011 10110111 10101 0 110 1011001 11000 111000 1010001 101010

Color Harmonies of #C3B715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B715

Black with #C3B715

Text Example


Text Example

White with #C3B715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B715; }

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

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

background-color css

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

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

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

border-color css

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

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

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