Html Css Color HEX #C8CB1C Barberry

📋 copy color: '#C8CB1C'

red 200 ◦ green 203 ◦ blue 28

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

Shades of Barberry #C8CB1C

Tints of Barberry #C8CB1C

RGB

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

 GREEN value IS 203 (79.69% from 255) = 47.1%

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

R = 46.4%
G = 47.1%
B = 6.5%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#C8CB1C (or 0xC8CB1C) is known color: Barberry. HEX triplet: C8, CB and 1C. RGB value is (200,203,28). Sum of RGB (Red+Green+Blue) = 200+203+28=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 203 (79.69% from 255 or 47.10% from 431); Blue value is 28 (11.33% from 255 or 6.50% from 431); Max value from RGB is 203 - color contains mainly: green. Hex color #C8CB1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CB1C is #3734E3. Grayscale: #B6B6B6. Windows color (decimal): -3618020 or 1887176. OLE color: 1887176.

HSL color Cylindrical-coordinate representation of color #C8CB1C: hue angle of 61.03º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C8CB1C is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 200 203 28 -
CMYK 0.01 0 0.86 0.20
HSL 61.03º 0.76% 0.45% -
HSV(B) 61.03º 0.86% 0.8% -
XYZ 45.38 55.08 9.34 -
YUV 182.15 41.01 140.73 -
System Red Green Blue C M Y K H S L
Decimal 200 203 28 0.01 0 0.86 0.20 61.03 0.76 0.45
Hex C8 CB 1C 1 0 56 14 3D 4C 2D
Octal 310 313 34 1 0 126 24 75 114 55
Binary 11001000 11001011 11100 1 0 1010110 10100 111101 1001100 101101

Color Harmonies of #C8CB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CB1C

Black with #C8CB1C

Text Example


Text Example

White with #C8CB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CB1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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