Html Css Color HEX #C7CA1A Barberry

📋 copy color: '#C7CA1A'

red 199 ◦ green 202 ◦ blue 26

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

Shades of Barberry #C7CA1A

Tints of Barberry #C7CA1A

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.31%

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

R = 46.6%
G = 47.31%
B = 6.09%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#C7CA1A (or 0xC7CA1A) is known color: Barberry. HEX triplet: C7, CA and 1A. RGB value is (199,202,26). Sum of RGB (Red+Green+Blue) = 199+202+26=427 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.60% from 427); Green value is 202 (79.30% from 255 or 47.31% from 427); Blue value is 26 (10.55% from 255 or 6.09% from 427); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CA1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CA1A is #3835E5. Grayscale: #B5B5B5. Windows color (decimal): -3683814 or 1755847. OLE color: 1755847.

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

Color convert

RGB 199 202 26 -
CMYK 0.01 0 0.87 0.21
HSL 61.02º 0.77% 0.45% -
HSV(B) 61.02º 0.87% 0.79% -
XYZ 44.86 54.46 9.12 -
YUV 181.04 40.51 140.81 -
System Red Green Blue C M Y K H S L
Decimal 199 202 26 0.01 0 0.87 0.21 61.02 0.77 0.45
Hex C7 CA 1A 1 0 57 15 3D 4D 2D
Octal 307 312 32 1 0 127 25 75 115 55
Binary 11000111 11001010 11010 1 0 1010111 10101 111101 1001101 101101

Color Harmonies of #C7CA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CA1A

Black with #C7CA1A

Text Example


Text Example

White with #C7CA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CA1A; }

 p { color: rgb(199,202,26); }

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

background-color css

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

 a { background-color: rgb(199,202,26); }

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

border-color css

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

 span { border-color: rgb(199,202,26); }

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