Html Css Color HEX #C9CE1C Barberry

📋 copy color: '#C9CE1C'

red 201 ◦ green 206 ◦ blue 28

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

Shades of Barberry #C9CE1C

Tints of Barberry #C9CE1C

RGB

 RED value IS 201 (78.91% from 255) = 46.21%

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

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

R = 46.21%
G = 47.36%
B = 6.44%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#C9CE1C (or 0xC9CE1C) is known color: Barberry. HEX triplet: C9, CE and 1C. RGB value is (201,206,28). Sum of RGB (Red+Green+Blue) = 201+206+28=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 206 (80.86% from 255 or 47.36% from 435); Blue value is 28 (11.33% from 255 or 6.44% from 435); Max value from RGB is 206 - color contains mainly: green. Hex color #C9CE1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CE1C is #3631E3. Grayscale: #B8B8B8. Windows color (decimal): -3551716 or 1887945. OLE color: 1887945.

HSL color Cylindrical-coordinate representation of color #C9CE1C: hue angle of 61.69º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C9CE1C is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 206 28 -
CMYK 0.02 0 0.86 0.19
HSL 61.69º 0.76% 0.46% -
HSV(B) 61.69º 0.86% 0.81% -
XYZ 46.37 56.64 9.59 -
YUV 184.21 39.84 139.97 -
System Red Green Blue C M Y K H S L
Decimal 201 206 28 0.02 0 0.86 0.19 61.69 0.76 0.46
Hex C9 CE 1C 2 0 56 13 3E 4C 2E
Octal 311 316 34 2 0 126 23 76 114 56
Binary 11001001 11001110 11100 10 0 1010110 10011 111110 1001100 101110

Color Harmonies of #C9CE1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CE1C

Black with #C9CE1C

Text Example


Text Example

White with #C9CE1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CE1C; }

 p { color: rgb(201,206,28); }

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

background-color css

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

 a { background-color: rgb(201,206,28); }

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

border-color css

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

 span { border-color: rgb(201,206,28); }

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