Html Css Color HEX #C7B31E Bird Flower

📋 copy color: '#C7B31E'

red 199 ◦ green 179 ◦ blue 30

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

Shades of Bird Flower #C7B31E

Tints of Bird Flower #C7B31E

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.87%

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

R = 48.77%
G = 43.87%
B = 7.35%

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

#C7B31E (or 0xC7B31E) is known color: Bird Flower. HEX triplet: C7, B3 and 1E. RGB value is (199,179,30). Sum of RGB (Red+Green+Blue) = 199+179+30=408 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.77% from 408); Green value is 179 (70.31% from 255 or 43.87% from 408); Blue value is 30 (12.11% from 255 or 7.35% from 408); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B31E is #384CE1. Grayscale: #A8A8A8. Windows color (decimal): -3689698 or 2012103. OLE color: 2012103.

HSL color Cylindrical-coordinate representation of color #C7B31E: hue angle of 52.9º 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 #C7B31E is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 179 30 -
CMYK 0 0.10 0.85 0.22
HSL 52.9º 0.74% 0.45% -
HSV(B) 52.9º 0.85% 0.78% -
XYZ 39.91 44.48 7.71 -
YUV 167.99 50.13 150.12 -
System Red Green Blue C M Y K H S L
Decimal 199 179 30 0 0.10 0.85 0.22 52.9 0.74 0.45
Hex C7 B3 1E 0 A 55 16 35 4A 2D
Octal 307 263 36 0 12 125 26 65 112 55
Binary 11000111 10110011 11110 0 1010 1010101 10110 110101 1001010 101101

Color Harmonies of #C7B31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B31E

Black with #C7B31E

Text Example


Text Example

White with #C7B31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B31E; }

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

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

background-color css

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

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

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

border-color css

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

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

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