Html Css Color HEX #C7CA18 Bird Flower

📋 copy color: '#C7CA18'

red 199 ◦ green 202 ◦ blue 24

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

Shades of Bird Flower #C7CA18

Tints of Bird Flower #C7CA18

RGB

 RED value IS 199 (78.13% from 255) = 46.82%

 GREEN value IS 202 (79.3% from 255) = 47.53%

 BLUE value IS 24 (9.77% from 255) = 5.65%

R = 46.82%
G = 47.53%
B = 5.65%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C7CA18 (or 0xC7CA18) is known color: Bird Flower. HEX triplet: C7, CA and 18. RGB value is (199,202,24). Sum of RGB (Red+Green+Blue) = 199+202+24=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 202 (79.30% from 255 or 47.53% from 425); Blue value is 24 (9.77% from 255 or 5.65% from 425); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CA18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7CA18 is #3835E7. Grayscale: #B5B5B5. Windows color (decimal): -3683816 or 1624775. OLE color: 1624775.

HSL color Cylindrical-coordinate representation of color #C7CA18: hue angle of 61.01º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C7CA18 is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 199 202 24 -
CMYK 0.01 0 0.88 0.21
HSL 61.01º 0.79% 0.44% -
HSV(B) 61.01º 0.88% 0.79% -
XYZ 44.84 54.45 9.01 -
YUV 180.81 39.51 140.97 -
System Red Green Blue C M Y K H S L
Decimal 199 202 24 0.01 0 0.88 0.21 61.01 0.79 0.44
Hex C7 CA 18 1 0 58 15 3D 4F 2C
Octal 307 312 30 1 0 130 25 75 117 54
Binary 11000111 11001010 11000 1 0 1011000 10101 111101 1001111 101100

Color Harmonies of #C7CA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CA18

Black with #C7CA18

Text Example


Text Example

White with #C7CA18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CA18; }

 p { color: rgb(199,202,24); }

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

background-color css

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

 a { background-color: rgb(199,202,24); }

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

border-color css

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

 span { border-color: rgb(199,202,24); }

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