Html Css Color HEX #C8B320 Bird Flower

📋 copy color: '#C8B320'

red 200 ◦ green 179 ◦ blue 32

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

Shades of Bird Flower #C8B320

Tints of Bird Flower #C8B320

RGB

 RED value IS 200 (78.52% from 255) = 48.66%

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

 BLUE value IS 32 (12.89% from 255) = 7.79%

R = 48.66%
G = 43.55%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C8B320 (or 0xC8B320) is known color: Bird Flower. HEX triplet: C8, B3 and 20. RGB value is (200,179,32). Sum of RGB (Red+Green+Blue) = 200+179+32=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 179 (70.31% from 255 or 43.55% from 411); Blue value is 32 (12.89% from 255 or 7.79% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B320 is #374CDF. Grayscale: #A9A9A9. Windows color (decimal): -3624160 or 2143176. OLE color: 2143176.

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

Color convert

RGB 200 179 32 -
CMYK 0 0.10 0.84 0.22
HSL 52.5º 0.72% 0.45% -
HSV(B) 52.5º 0.84% 0.78% -
XYZ 40.2 44.62 7.86 -
YUV 168.52 50.96 150.45 -
System Red Green Blue C M Y K H S L
Decimal 200 179 32 0 0.10 0.84 0.22 52.5 0.72 0.45
Hex C8 B3 20 0 A 54 16 34 48 2D
Octal 310 263 40 0 12 124 26 64 110 55
Binary 11001000 10110011 100000 0 1010 1010100 10110 110100 1001000 101101

Color Harmonies of #C8B320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B320

Black with #C8B320

Text Example


Text Example

White with #C8B320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B320; }

 p { color: rgb(200,179,32); }

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

background-color css

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

 a { background-color: rgb(200,179,32); }

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

border-color css

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

 span { border-color: rgb(200,179,32); }

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