Html Css Color HEX #C8C51A Bird Flower

📋 copy color: '#C8C51A'

red 200 ◦ green 197 ◦ blue 26

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

Shades of Bird Flower #C8C51A

Tints of Bird Flower #C8C51A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.57%

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

R = 47.28%
G = 46.57%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C8C51A (or 0xC8C51A) is known color: Bird Flower. HEX triplet: C8, C5 and 1A. RGB value is (200,197,26). Sum of RGB (Red+Green+Blue) = 200+197+26=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 197 (77.34% from 255 or 46.57% from 423); Blue value is 26 (10.55% from 255 or 6.15% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C51A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C51A is #373AE5. Grayscale: #B3B3B3. Windows color (decimal): -3619558 or 1754568. OLE color: 1754568.

HSL color Cylindrical-coordinate representation of color #C8C51A: hue angle of 58.97º 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 #C8C51A is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 197 26 -
CMYK 0 0.02 0.87 0.22
HSL 58.97º 0.77% 0.44% -
HSV(B) 58.97º 0.87% 0.78% -
XYZ 43.97 52.29 8.75 -
YUV 178.4 41.99 143.4 -
System Red Green Blue C M Y K H S L
Decimal 200 197 26 0 0.02 0.87 0.22 58.97 0.77 0.44
Hex C8 C5 1A 0 2 57 16 3B 4D 2C
Octal 310 305 32 0 2 127 26 73 115 54
Binary 11001000 11000101 11010 0 10 1010111 10110 111011 1001101 101100

Color Harmonies of #C8C51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C51A

Black with #C8C51A

Text Example


Text Example

White with #C8C51A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C51A; }

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

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

background-color css

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

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

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

border-color css

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

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

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