Html Css Color HEX #C8CE13 Bird Flower

📋 copy color: '#C8CE13'

red 200 ◦ green 206 ◦ blue 19

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

Shades of Bird Flower #C8CE13

Tints of Bird Flower #C8CE13

RGB

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

 GREEN value IS 206 (80.86% from 255) = 48.47%

 BLUE value IS 19 (7.81% from 255) = 4.47%

R = 47.06%
G = 48.47%
B = 4.47%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#C8CE13 (or 0xC8CE13) is known color: Bird Flower. HEX triplet: C8, CE and 13. RGB value is (200,206,19). Sum of RGB (Red+Green+Blue) = 200+206+19=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 206 (80.86% from 255 or 48.47% from 425); Blue value is 19 (7.81% from 255 or 4.47% from 425); Max value from RGB is 206 - color contains mainly: green. Hex color #C8CE13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8CE13 is #3731EC. Grayscale: #B7B7B7. Windows color (decimal): -3617261 or 1298120. OLE color: 1298120.

HSL color Cylindrical-coordinate representation of color #C8CE13: hue angle of 61.93º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C8CE13 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 200 206 19 -
CMYK 0.03 0 0.91 0.19
HSL 61.93º 0.83% 0.44% -
HSV(B) 61.93º 0.91% 0.81% -
XYZ 46.01 56.47 9.09 -
YUV 182.89 35.51 140.21 -
System Red Green Blue C M Y K H S L
Decimal 200 206 19 0.03 0 0.91 0.19 61.93 0.83 0.44
Hex C8 CE 13 3 0 5B 13 3E 53 2C
Octal 310 316 23 3 0 133 23 76 123 54
Binary 11001000 11001110 10011 11 0 1011011 10011 111110 1010011 101100

Color Harmonies of #C8CE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CE13

Black with #C8CE13

Text Example


Text Example

White with #C8CE13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CE13; }

 p { color: rgb(200,206,19); }

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

background-color css

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

 a { background-color: rgb(200,206,19); }

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

border-color css

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

 span { border-color: rgb(200,206,19); }

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