Html Css Color HEX #C6B00B Bird Flower

📋 copy color: '#C6B00B'

red 198 ◦ green 176 ◦ blue 11

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

Shades of Bird Flower #C6B00B

Tints of Bird Flower #C6B00B

RGB

 RED value IS 198 (77.73% from 255) = 51.43%

 GREEN value IS 176 (69.14% from 255) = 45.71%

 BLUE value IS 11 (4.69% from 255) = 2.86%

R = 51.43%
G = 45.71%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C6B00B (or 0xC6B00B) is known color: Bird Flower. HEX triplet: C6, B0 and 0B. RGB value is (198,176,11). Sum of RGB (Red+Green+Blue) = 198+176+11=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 176 (69.14% from 255 or 45.71% from 385); Blue value is 11 (4.69% from 255 or 2.86% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B00B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6B00B is #394FF4. Grayscale: #A4A4A4. Windows color (decimal): -3756021 or 766150. OLE color: 766150.

HSL color Cylindrical-coordinate representation of color #C6B00B: hue angle of 52.94º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C6B00B is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 176 11 -
CMYK 0 0.11 0.94 0.22
HSL 52.94º 0.89% 0.41% -
HSV(B) 52.94º 0.94% 0.78% -
XYZ 38.87 43.08 6.58 -
YUV 163.77 41.79 152.42 -
System Red Green Blue C M Y K H S L
Decimal 198 176 11 0 0.11 0.94 0.22 52.94 0.89 0.41
Hex C6 B0 B 0 B 5E 16 35 59 29
Octal 306 260 13 0 13 136 26 65 131 51
Binary 11000110 10110000 1011 0 1011 1011110 10110 110101 1011001 101001

Color Harmonies of #C6B00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B00B

Black with #C6B00B

Text Example


Text Example

White with #C6B00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B00B; }

 p { color: rgb(198,176,11); }

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

background-color css

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

 a { background-color: rgb(198,176,11); }

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

border-color css

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

 span { border-color: rgb(198,176,11); }

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