Html Css Color HEX #C6CC1C Barberry

📋 copy color: '#C6CC1C'

red 198 ◦ green 204 ◦ blue 28

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

Shades of Barberry #C6CC1C

Tints of Barberry #C6CC1C

RGB

 RED value IS 198 (77.73% from 255) = 46.05%

 GREEN value IS 204 (80.08% from 255) = 47.44%

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

R = 46.05%
G = 47.44%
B = 6.51%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#C6CC1C (or 0xC6CC1C) is known color: Barberry. HEX triplet: C6, CC and 1C. RGB value is (198,204,28). Sum of RGB (Red+Green+Blue) = 198+204+28=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 204 (80.08% from 255 or 47.44% from 430); Blue value is 28 (11.33% from 255 or 6.51% from 430); Max value from RGB is 204 - color contains mainly: green. Hex color #C6CC1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6CC1C is #3933E3. Grayscale: #B6B6B6. Windows color (decimal): -3748836 or 1887430. OLE color: 1887430.

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

Color convert

RGB 198 204 28 -
CMYK 0.03 0 0.86 0.2
HSL 62.05º 0.76% 0.45% -
HSV(B) 62.05º 0.86% 0.8% -
XYZ 45.09 55.28 9.39 -
YUV 182.14 41.01 139.31 -
System Red Green Blue C M Y K H S L
Decimal 198 204 28 0.03 0 0.86 0.2 62.05 0.76 0.45
Hex C6 CC 1C 3 0 56 14 3E 4C 2D
Octal 306 314 34 3 0 126 24 76 114 55
Binary 11000110 11001100 11100 11 0 1010110 10100 111110 1001100 101101

Color Harmonies of #C6CC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CC1C

Black with #C6CC1C

Text Example


Text Example

White with #C6CC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CC1C; }

 p { color: rgb(198,204,28); }

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

background-color css

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

 a { background-color: rgb(198,204,28); }

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

border-color css

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

 span { border-color: rgb(198,204,28); }

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