Html Css Color HEX #C6CC1A Barberry

📋 copy color: '#C6CC1A'

red 198 ◦ green 204 ◦ blue 26

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

Shades of Barberry #C6CC1A

Tints of Barberry #C6CC1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.07%

R = 46.26%
G = 47.66%
B = 6.07%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#C6CC1A (or 0xC6CC1A) is known color: Barberry. HEX triplet: C6, CC and 1A. RGB value is (198,204,26). Sum of RGB (Red+Green+Blue) = 198+204+26=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 204 (80.08% from 255 or 47.66% from 428); Blue value is 26 (10.55% from 255 or 6.07% from 428); Max value from RGB is 204 - color contains mainly: green. Hex color #C6CC1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6CC1A is #3933E5. Grayscale: #B6B6B6. Windows color (decimal): -3748838 or 1756358. OLE color: 1756358.

HSL color Cylindrical-coordinate representation of color #C6CC1A: hue angle of 62.02º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C6CC1A is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.2.

Color convert

RGB 198 204 26 -
CMYK 0.03 0 0.87 0.2
HSL 62.02º 0.77% 0.45% -
HSV(B) 62.02º 0.87% 0.8% -
XYZ 45.07 55.27 9.27 -
YUV 181.91 40.01 139.47 -
System Red Green Blue C M Y K H S L
Decimal 198 204 26 0.03 0 0.87 0.2 62.02 0.77 0.45
Hex C6 CC 1A 3 0 57 14 3E 4D 2D
Octal 306 314 32 3 0 127 24 76 115 55
Binary 11000110 11001100 11010 11 0 1010111 10100 111110 1001101 101101

Color Harmonies of #C6CC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CC1A

Black with #C6CC1A

Text Example


Text Example

White with #C6CC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CC1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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