Html Css Color HEX #C9B60A Bird Flower

📋 copy color: '#C9B60A'

red 201 ◦ green 182 ◦ blue 10

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

Shades of Bird Flower #C9B60A

Tints of Bird Flower #C9B60A

RGB

 RED value IS 201 (78.91% from 255) = 51.15%

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

 BLUE value IS 10 (4.3% from 255) = 2.54%

R = 51.15%
G = 46.31%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#C9B60A (or 0xC9B60A) is known color: Bird Flower. HEX triplet: C9, B6 and 0A. RGB value is (201,182,10). Sum of RGB (Red+Green+Blue) = 201+182+10=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 182 (71.48% from 255 or 46.31% from 393); Blue value is 10 (4.30% from 255 or 2.54% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B60A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9B60A is #3649F5. Grayscale: #A8A8A8. Windows color (decimal): -3557878 or 702153. OLE color: 702153.

HSL color Cylindrical-coordinate representation of color #C9B60A: hue angle of 54.03º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C9B60A is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 182 10 -
CMYK 0 0.09 0.95 0.21
HSL 54.03º 0.91% 0.41% -
HSV(B) 54.03º 0.95% 0.79% -
XYZ 40.87 45.9 6.99 -
YUV 168.07 38.79 151.49 -
System Red Green Blue C M Y K H S L
Decimal 201 182 10 0 0.09 0.95 0.21 54.03 0.91 0.41
Hex C9 B6 A 0 9 5F 15 36 5B 29
Octal 311 266 12 0 11 137 25 66 133 51
Binary 11001001 10110110 1010 0 1001 1011111 10101 110110 1011011 101001

Color Harmonies of #C9B60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B60A

Black with #C9B60A

Text Example


Text Example

White with #C9B60A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B60A; }

 p { color: rgb(201,182,10); }

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

background-color css

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

 a { background-color: rgb(201,182,10); }

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

border-color css

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

 span { border-color: rgb(201,182,10); }

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