Html Css Color HEX #C8BA2A Barberry

📋 copy color: '#C8BA2A'

red 200 ◦ green 186 ◦ blue 42

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

Shades of Barberry #C8BA2A

Tints of Barberry #C8BA2A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.46%

 BLUE value IS 42 (16.8% from 255) = 9.81%

R = 46.73%
G = 43.46%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C8BA2A (or 0xC8BA2A) is known color: Barberry. HEX triplet: C8, BA and 2A. RGB value is (200,186,42). Sum of RGB (Red+Green+Blue) = 200+186+42=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 42 (16.80% from 255 or 9.81% from 428); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BA2A is #3745D5. Grayscale: #AEAEAE. Windows color (decimal): -3622358 or 2800328. OLE color: 2800328.

HSL color Cylindrical-coordinate representation of color #C8BA2A: hue angle of 54.68º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C8BA2A is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 186 42 -
CMYK 0 0.07 0.79 0.22
HSL 54.68º 0.65% 0.47% -
HSV(B) 54.68º 0.79% 0.78% -
XYZ 41.8 47.56 9.17 -
YUV 173.77 53.64 146.71 -
System Red Green Blue C M Y K H S L
Decimal 200 186 42 0 0.07 0.79 0.22 54.68 0.65 0.47
Hex C8 BA 2A 0 7 4F 16 37 41 2F
Octal 310 272 52 0 7 117 26 67 101 57
Binary 11001000 10111010 101010 0 111 1001111 10110 110111 1000001 101111

Color Harmonies of #C8BA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BA2A

Black with #C8BA2A

Text Example


Text Example

White with #C8BA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BA2A; }

 p { color: rgb(200,186,42); }

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

background-color css

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

 a { background-color: rgb(200,186,42); }

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

border-color css

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

 span { border-color: rgb(200,186,42); }

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