Html Css Color HEX #C8C14F Celery

📋 copy color: '#C8C14F'

red 200 ◦ green 193 ◦ blue 79

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

Shades of Celery #C8C14F

Tints of Celery #C8C14F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.89%

 BLUE value IS 79 (31.25% from 255) = 16.74%

R = 42.37%
G = 40.89%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C8C14F (or 0xC8C14F) is known color: Celery. HEX triplet: C8, C1 and 4F. RGB value is (200,193,79). Sum of RGB (Red+Green+Blue) = 200+193+79=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 193 (75.78% from 255 or 40.89% from 472); Blue value is 79 (31.25% from 255 or 16.74% from 472); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C14F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C14F is #373EB0. Grayscale: #B6B6B6. Windows color (decimal): -3620529 or 5226952. OLE color: 5226952.

HSL color Cylindrical-coordinate representation of color #C8C14F: hue angle of 56.53º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C8C14F is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 193 79 -
CMYK 0 0.04 0.60 0.22
HSL 56.53º 0.52% 0.55% -
HSV(B) 56.53º 0.61% 0.78% -
XYZ 44.3 50.98 14.9 -
YUV 182.1 69.82 140.77 -
System Red Green Blue C M Y K H S L
Decimal 200 193 79 0 0.04 0.60 0.22 56.53 0.52 0.55
Hex C8 C1 4F 0 4 3C 16 39 34 37
Octal 310 301 117 0 4 74 26 71 64 67
Binary 11001000 11000001 1001111 0 100 111100 10110 111001 110100 110111

Color Harmonies of #C8C14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C14F

Black with #C8C14F

Text Example


Text Example

White with #C8C14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C14F; }

 p { color: rgb(200,193,79); }

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

background-color css

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

 a { background-color: rgb(200,193,79); }

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

border-color css

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

 span { border-color: rgb(200,193,79); }

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