Html Css Color HEX #C8C150 Celery

📋 copy color: '#C8C150'

red 200 ◦ green 193 ◦ blue 80

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

Shades of Celery #C8C150

Tints of Celery #C8C150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.91%

R = 42.28%
G = 40.8%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.6

 K value IS 0.22

RGB Variations

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

Color information

#C8C150 (or 0xC8C150) is known color: Celery. HEX triplet: C8, C1 and 50. RGB value is (200,193,80). Sum of RGB (Red+Green+Blue) = 200+193+80=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 193 (75.78% from 255 or 40.80% from 473); Blue value is 80 (31.64% from 255 or 16.91% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C150 is #373EAF. Grayscale: #B6B6B6. Windows color (decimal): -3620528 or 5292488. OLE color: 5292488.

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

Color convert

RGB 200 193 80 -
CMYK 0 0.04 0.6 0.22
HSL 56.5º 0.52% 0.55% -
HSV(B) 56.5º 0.6% 0.78% -
XYZ 44.34 51 15.1 -
YUV 182.21 70.32 140.69 -
System Red Green Blue C M Y K H S L
Decimal 200 193 80 0 0.04 0.6 0.22 56.5 0.52 0.55
Hex C8 C1 50 0 4 3C 16 38 34 37
Octal 310 301 120 0 4 74 26 70 64 67
Binary 11001000 11000001 1010000 0 100 111100 10110 111000 110100 110111

Color Harmonies of #C8C150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C150

Black with #C8C150

Text Example


Text Example

White with #C8C150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C150; }

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

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

background-color css

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

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

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

border-color css

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

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

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