Html Css Color HEX #C7CB1C Barberry

📋 copy color: '#C7CB1C'

red 199 ◦ green 203 ◦ blue 28

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

Shades of Barberry #C7CB1C

Tints of Barberry #C7CB1C

RGB

 RED value IS 199 (78.13% from 255) = 46.28%

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

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

R = 46.28%
G = 47.21%
B = 6.51%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#C7CB1C (or 0xC7CB1C) is known color: Barberry. HEX triplet: C7, CB and 1C. RGB value is (199,203,28). Sum of RGB (Red+Green+Blue) = 199+203+28=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 203 (79.69% from 255 or 47.21% from 430); Blue value is 28 (11.33% from 255 or 6.51% from 430); Max value from RGB is 203 - color contains mainly: green. Hex color #C7CB1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CB1C is #3834E3. Grayscale: #B6B6B6. Windows color (decimal): -3683556 or 1887175. OLE color: 1887175.

HSL color Cylindrical-coordinate representation of color #C7CB1C: hue angle of 61.37º 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 #C7CB1C is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 203 28 -
CMYK 0.02 0 0.86 0.20
HSL 61.37º 0.76% 0.45% -
HSV(B) 61.37º 0.86% 0.8% -
XYZ 45.12 54.94 9.32 -
YUV 181.85 41.17 140.23 -
System Red Green Blue C M Y K H S L
Decimal 199 203 28 0.02 0 0.86 0.20 61.37 0.76 0.45
Hex C7 CB 1C 2 0 56 14 3D 4C 2D
Octal 307 313 34 2 0 126 24 75 114 55
Binary 11000111 11001011 11100 10 0 1010110 10100 111101 1001100 101101

Color Harmonies of #C7CB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CB1C

Black with #C7CB1C

Text Example


Text Example

White with #C7CB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CB1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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