Html Css Color HEX #C8B21A Bird Flower

📋 copy color: '#C8B21A'

red 200 ◦ green 178 ◦ blue 26

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

Shades of Bird Flower #C8B21A

Tints of Bird Flower #C8B21A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.06%

 BLUE value IS 26 (10.55% from 255) = 6.44%

R = 49.5%
G = 44.06%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C8B21A (or 0xC8B21A) is known color: Bird Flower. HEX triplet: C8, B2 and 1A. RGB value is (200,178,26). Sum of RGB (Red+Green+Blue) = 200+178+26=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 178 (69.92% from 255 or 44.06% from 404); Blue value is 26 (10.55% from 255 or 6.44% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B21A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8B21A is #374DE5. Grayscale: #A7A7A7. Windows color (decimal): -3624422 or 1749704. OLE color: 1749704.

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

Color convert

RGB 200 178 26 -
CMYK 0 0.11 0.87 0.22
HSL 52.41º 0.77% 0.44% -
HSV(B) 52.41º 0.87% 0.78% -
XYZ 39.93 44.19 7.4 -
YUV 167.25 48.29 151.36 -
System Red Green Blue C M Y K H S L
Decimal 200 178 26 0 0.11 0.87 0.22 52.41 0.77 0.44
Hex C8 B2 1A 0 B 57 16 34 4D 2C
Octal 310 262 32 0 13 127 26 64 115 54
Binary 11001000 10110010 11010 0 1011 1010111 10110 110100 1001101 101100

Color Harmonies of #C8B21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B21A

Black with #C8B21A

Text Example


Text Example

White with #C8B21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B21A; }

 p { color: rgb(200,178,26); }

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

background-color css

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

 a { background-color: rgb(200,178,26); }

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

border-color css

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

 span { border-color: rgb(200,178,26); }

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