Html Css Color HEX #C8C31C Bird Flower

📋 copy color: '#C8C31C'

red 200 ◦ green 195 ◦ blue 28

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

Shades of Bird Flower #C8C31C

Tints of Bird Flower #C8C31C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.1%

 BLUE value IS 28 (11.33% from 255) = 6.62%

R = 47.28%
G = 46.1%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8C31C (or 0xC8C31C) is known color: Bird Flower. HEX triplet: C8, C3 and 1C. RGB value is (200,195,28). Sum of RGB (Red+Green+Blue) = 200+195+28=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 195 (76.56% from 255 or 46.10% from 423); Blue value is 28 (11.33% from 255 or 6.62% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C31C is #373CE3. Grayscale: #B2B2B2. Windows color (decimal): -3620068 or 1885128. OLE color: 1885128.

HSL color Cylindrical-coordinate representation of color #C8C31C: hue angle of 58.26º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C8C31C is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 195 28 -
CMYK 0 0.02 0.86 0.22
HSL 58.26º 0.75% 0.45% -
HSV(B) 58.26º 0.86% 0.78% -
XYZ 43.54 51.39 8.72 -
YUV 177.46 43.66 144.08 -
System Red Green Blue C M Y K H S L
Decimal 200 195 28 0 0.02 0.86 0.22 58.26 0.75 0.45
Hex C8 C3 1C 0 2 56 16 3A 4B 2D
Octal 310 303 34 0 2 126 26 72 113 55
Binary 11001000 11000011 11100 0 10 1010110 10110 111010 1001011 101101

Color Harmonies of #C8C31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C31C

Black with #C8C31C

Text Example


Text Example

White with #C8C31C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C31C; }

 p { color: rgb(200,195,28); }

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

background-color css

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

 a { background-color: rgb(200,195,28); }

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

border-color css

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

 span { border-color: rgb(200,195,28); }

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