Html Css Color HEX #C7B41E Bird Flower

📋 copy color: '#C7B41E'

red 199 ◦ green 180 ◦ blue 30

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

Shades of Bird Flower #C7B41E

Tints of Bird Flower #C7B41E

RGB

 RED value IS 199 (78.13% from 255) = 48.66%

 GREEN value IS 180 (70.7% from 255) = 44.01%

 BLUE value IS 30 (12.11% from 255) = 7.33%

R = 48.66%
G = 44.01%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C7B41E (or 0xC7B41E) is known color: Bird Flower. HEX triplet: C7, B4 and 1E. RGB value is (199,180,30). Sum of RGB (Red+Green+Blue) = 199+180+30=409 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.66% from 409); Green value is 180 (70.70% from 255 or 44.01% from 409); Blue value is 30 (12.11% from 255 or 7.33% from 409); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B41E is #384BE1. Grayscale: #A9A9A9. Windows color (decimal): -3689442 or 2012359. OLE color: 2012359.

HSL color Cylindrical-coordinate representation of color #C7B41E: hue angle of 53.25º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C7B41E is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 180 30 -
CMYK 0 0.10 0.85 0.22
HSL 53.25º 0.74% 0.45% -
HSV(B) 53.25º 0.85% 0.78% -
XYZ 40.11 44.88 7.78 -
YUV 168.58 49.79 149.7 -
System Red Green Blue C M Y K H S L
Decimal 199 180 30 0 0.10 0.85 0.22 53.25 0.74 0.45
Hex C7 B4 1E 0 A 55 16 35 4A 2D
Octal 307 264 36 0 12 125 26 65 112 55
Binary 11000111 10110100 11110 0 1010 1010101 10110 110101 1001010 101101

Color Harmonies of #C7B41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B41E

Black with #C7B41E

Text Example


Text Example

White with #C7B41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B41E; }

 p { color: rgb(199,180,30); }

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

background-color css

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

 a { background-color: rgb(199,180,30); }

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

border-color css

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

 span { border-color: rgb(199,180,30); }

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