Html Css Color HEX #C7B60F Bird Flower

📋 copy color: '#C7B60F'

red 199 ◦ green 182 ◦ blue 15

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

Shades of Bird Flower #C7B60F

Tints of Bird Flower #C7B60F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 45.96%

 BLUE value IS 15 (6.25% from 255) = 3.79%

R = 50.25%
G = 45.96%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C7B60F (or 0xC7B60F) is known color: Bird Flower. HEX triplet: C7, B6 and 0F. RGB value is (199,182,15). Sum of RGB (Red+Green+Blue) = 199+182+15=396 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.25% from 396); Green value is 182 (71.48% from 255 or 45.96% from 396); Blue value is 15 (6.25% from 255 or 3.79% from 396); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B60F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7B60F is #3849F0. Grayscale: #A8A8A8. Windows color (decimal): -3688945 or 1029831. OLE color: 1029831.

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

Color convert

RGB 199 182 15 -
CMYK 0 0.09 0.92 0.22
HSL 54.46º 0.86% 0.42% -
HSV(B) 54.46º 0.92% 0.78% -
XYZ 40.37 45.63 7.13 -
YUV 168.05 41.63 150.08 -
System Red Green Blue C M Y K H S L
Decimal 199 182 15 0 0.09 0.92 0.22 54.46 0.86 0.42
Hex C7 B6 F 0 9 5C 16 36 56 2A
Octal 307 266 17 0 11 134 26 66 126 52
Binary 11000111 10110110 1111 0 1001 1011100 10110 110110 1010110 101010

Color Harmonies of #C7B60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B60F

Black with #C7B60F

Text Example


Text Example

White with #C7B60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B60F; }

 p { color: rgb(199,182,15); }

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

background-color css

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

 a { background-color: rgb(199,182,15); }

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

border-color css

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

 span { border-color: rgb(199,182,15); }

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