Html Css Color HEX #C2B71F Bird Flower

📋 copy color: '#C2B71F'

red 194 ◦ green 183 ◦ blue 31

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

Shades of Bird Flower #C2B71F

Tints of Bird Flower #C2B71F

RGB

 RED value IS 194 (76.17% from 255) = 47.55%

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

 BLUE value IS 31 (12.5% from 255) = 7.6%

R = 47.55%
G = 44.85%
B = 7.6%

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

#C2B71F (or 0xC2B71F) is known color: Bird Flower. HEX triplet: C2, B7 and 1F. RGB value is (194,183,31). Sum of RGB (Red+Green+Blue) = 194+183+31=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 183 (71.88% from 255 or 44.85% from 408); Blue value is 31 (12.5% from 255 or 7.60% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B71F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B71F is #3D48E0. Grayscale: #A9A9A9. Windows color (decimal): -4016353 or 2078658. OLE color: 2078658.

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

Color convert

RGB 194 183 31 -
CMYK 0 0.06 0.84 0.24
HSL 55.95º 0.72% 0.44% -
HSV(B) 55.95º 0.84% 0.76% -
XYZ 39.43 45.44 7.99 -
YUV 168.96 50.14 145.86 -
System Red Green Blue C M Y K H S L
Decimal 194 183 31 0 0.06 0.84 0.24 55.95 0.72 0.44
Hex C2 B7 1F 0 6 54 18 38 48 2C
Octal 302 267 37 0 6 124 30 70 110 54
Binary 11000010 10110111 11111 0 110 1010100 11000 111000 1001000 101100

Color Harmonies of #C2B71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B71F

Black with #C2B71F

Text Example


Text Example

White with #C2B71F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B71F; }

 p { color: rgb(194,183,31); }

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

background-color css

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

 a { background-color: rgb(194,183,31); }

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

border-color css

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

 span { border-color: rgb(194,183,31); }

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