Html Css Color HEX #C7CA14 Bird Flower

📋 copy color: '#C7CA14'

red 199 ◦ green 202 ◦ blue 20

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

Shades of Bird Flower #C7CA14

Tints of Bird Flower #C7CA14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.75%

R = 47.27%
G = 47.98%
B = 4.75%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C7CA14 (or 0xC7CA14) is known color: Bird Flower. HEX triplet: C7, CA and 14. RGB value is (199,202,20). Sum of RGB (Red+Green+Blue) = 199+202+20=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 202 (79.30% from 255 or 47.98% from 421); Blue value is 20 (8.20% from 255 or 4.75% from 421); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CA14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7CA14 is #3835EB. Grayscale: #B5B5B5. Windows color (decimal): -3683820 or 1362631. OLE color: 1362631.

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

Color convert

RGB 199 202 20 -
CMYK 0.01 0 0.90 0.21
HSL 60.99º 0.82% 0.44% -
HSV(B) 60.99º 0.9% 0.79% -
XYZ 44.8 54.43 8.81 -
YUV 180.36 37.51 141.3 -
System Red Green Blue C M Y K H S L
Decimal 199 202 20 0.01 0 0.90 0.21 60.99 0.82 0.44
Hex C7 CA 14 1 0 5A 15 3D 52 2C
Octal 307 312 24 1 0 132 25 75 122 54
Binary 11000111 11001010 10100 1 0 1011010 10101 111101 1010010 101100

Color Harmonies of #C7CA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CA14

Black with #C7CA14

Text Example


Text Example

White with #C7CA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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