Html Css Color HEX #C8C61A Bird Flower

📋 copy color: '#C8C61A'

red 200 ◦ green 198 ◦ blue 26

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

Shades of Bird Flower #C8C61A

Tints of Bird Flower #C8C61A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 46.7%

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

R = 47.17%
G = 46.7%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C8C61A (or 0xC8C61A) is known color: Bird Flower. HEX triplet: C8, C6 and 1A. RGB value is (200,198,26). Sum of RGB (Red+Green+Blue) = 200+198+26=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 198 (77.73% from 255 or 46.70% from 424); Blue value is 26 (10.55% from 255 or 6.13% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C61A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C61A is #3739E5. Grayscale: #B3B3B3. Windows color (decimal): -3619302 or 1754824. OLE color: 1754824.

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

Color convert

RGB 200 198 26 -
CMYK 0 0.01 0.87 0.22
HSL 59.31º 0.77% 0.44% -
HSV(B) 59.31º 0.87% 0.78% -
XYZ 44.2 52.74 8.83 -
YUV 178.99 41.66 142.99 -
System Red Green Blue C M Y K H S L
Decimal 200 198 26 0 0.01 0.87 0.22 59.31 0.77 0.44
Hex C8 C6 1A 0 1 57 16 3B 4D 2C
Octal 310 306 32 0 1 127 26 73 115 54
Binary 11001000 11000110 11010 0 1 1010111 10110 111011 1001101 101100

Color Harmonies of #C8C61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C61A

Black with #C8C61A

Text Example


Text Example

White with #C8C61A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C61A; }

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

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

background-color css

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

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

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

border-color css

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

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

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