Html Css Color HEX #C7B51C Bird Flower

📋 copy color: '#C7B51C'

red 199 ◦ green 181 ◦ blue 28

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

Shades of Bird Flower #C7B51C

Tints of Bird Flower #C7B51C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.36%

 BLUE value IS 28 (11.33% from 255) = 6.86%

R = 48.77%
G = 44.36%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C7B51C (or 0xC7B51C) is known color: Bird Flower. HEX triplet: C7, B5 and 1C. RGB value is (199,181,28). Sum of RGB (Red+Green+Blue) = 199+181+28=408 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.77% from 408); Green value is 181 (71.09% from 255 or 44.36% from 408); Blue value is 28 (11.33% from 255 or 6.86% from 408); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B51C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B51C is #384AE3. Grayscale: #A9A9A9. Windows color (decimal): -3689188 or 1881543. OLE color: 1881543.

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

Color convert

RGB 199 181 28 -
CMYK 0 0.09 0.86 0.22
HSL 53.68º 0.75% 0.45% -
HSV(B) 53.68º 0.86% 0.78% -
XYZ 40.29 45.27 7.71 -
YUV 168.94 48.46 149.44 -
System Red Green Blue C M Y K H S L
Decimal 199 181 28 0 0.09 0.86 0.22 53.68 0.75 0.45
Hex C7 B5 1C 0 9 56 16 36 4B 2D
Octal 307 265 34 0 11 126 26 66 113 55
Binary 11000111 10110101 11100 0 1001 1010110 10110 110110 1001011 101101

Color Harmonies of #C7B51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B51C

Black with #C7B51C

Text Example


Text Example

White with #C7B51C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B51C; }

 p { color: rgb(199,181,28); }

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

background-color css

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

 a { background-color: rgb(199,181,28); }

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

border-color css

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

 span { border-color: rgb(199,181,28); }

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