Html Css Color HEX #C8CC16 Bird Flower

📋 copy color: '#C8CC16'

red 200 ◦ green 204 ◦ blue 22

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

Shades of Bird Flower #C8CC16

Tints of Bird Flower #C8CC16

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47.89%

 BLUE value IS 22 (8.98% from 255) = 5.16%

R = 46.95%
G = 47.89%
B = 5.16%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#C8CC16 (or 0xC8CC16) is known color: Bird Flower. HEX triplet: C8, CC and 16. RGB value is (200,204,22). Sum of RGB (Red+Green+Blue) = 200+204+22=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 204 (80.08% from 255 or 47.89% from 426); Blue value is 22 (8.98% from 255 or 5.16% from 426); Max value from RGB is 204 - color contains mainly: green. Hex color #C8CC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8CC16 is #3733E9. Grayscale: #B6B6B6. Windows color (decimal): -3617770 or 1494216. OLE color: 1494216.

HSL color Cylindrical-coordinate representation of color #C8CC16: hue angle of 61.32º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C8CC16 is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.2.

Color convert

RGB 200 204 22 -
CMYK 0.02 0 0.89 0.2
HSL 61.32º 0.81% 0.44% -
HSV(B) 61.32º 0.89% 0.8% -
XYZ 45.56 55.52 9.07 -
YUV 182.06 37.67 140.8 -
System Red Green Blue C M Y K H S L
Decimal 200 204 22 0.02 0 0.89 0.2 61.32 0.81 0.44
Hex C8 CC 16 2 0 59 14 3D 51 2C
Octal 310 314 26 2 0 131 24 75 121 54
Binary 11001000 11001100 10110 10 0 1011001 10100 111101 1010001 101100

Color Harmonies of #C8CC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CC16

Black with #C8CC16

Text Example


Text Example

White with #C8CC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CC16; }

 p { color: rgb(200,204,22); }

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

background-color css

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

 a { background-color: rgb(200,204,22); }

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

border-color css

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

 span { border-color: rgb(200,204,22); }

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