Html Css Color HEX #C8CC15 Bird Flower

📋 copy color: '#C8CC15'

red 200 ◦ green 204 ◦ blue 21

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

Shades of Bird Flower #C8CC15

Tints of Bird Flower #C8CC15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.94%

R = 47.06%
G = 48%
B = 4.94%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#C8CC15 (or 0xC8CC15) is known color: Bird Flower. HEX triplet: C8, CC and 15. RGB value is (200,204,21). Sum of RGB (Red+Green+Blue) = 200+204+21=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 204 (80.08% from 255 or 48% from 425); Blue value is 21 (8.59% from 255 or 4.94% from 425); Max value from RGB is 204 - color contains mainly: green. Hex color #C8CC15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8CC15 is #3733EA. Grayscale: #B6B6B6. Windows color (decimal): -3617771 or 1428680. OLE color: 1428680.

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

Color convert

RGB 200 204 21 -
CMYK 0.02 0 0.90 0.2
HSL 61.31º 0.81% 0.44% -
HSV(B) 61.31º 0.9% 0.8% -
XYZ 45.55 55.52 9.03 -
YUV 181.94 37.17 140.88 -
System Red Green Blue C M Y K H S L
Decimal 200 204 21 0.02 0 0.90 0.2 61.31 0.81 0.44
Hex C8 CC 15 2 0 5A 14 3D 51 2C
Octal 310 314 25 2 0 132 24 75 121 54
Binary 11001000 11001100 10101 10 0 1011010 10100 111101 1010001 101100

Color Harmonies of #C8CC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CC15

Black with #C8CC15

Text Example


Text Example

White with #C8CC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CC15; }

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

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

background-color css

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

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

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

border-color css

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

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

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