Html Css Color HEX #C8C62A Barberry

📋 copy color: '#C8C62A'

red 200 ◦ green 198 ◦ blue 42

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

Shades of Barberry #C8C62A

Tints of Barberry #C8C62A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45%

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

R = 45.45%
G = 45%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C8C62A (or 0xC8C62A) is known color: Barberry. HEX triplet: C8, C6 and 2A. RGB value is (200,198,42). Sum of RGB (Red+Green+Blue) = 200+198+42=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 198 (77.73% from 255 or 45% from 440); Blue value is 42 (16.80% from 255 or 9.55% from 440); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C62A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C62A is #3739D5. Grayscale: #B5B5B5. Windows color (decimal): -3619286 or 2803400. OLE color: 2803400.

HSL color Cylindrical-coordinate representation of color #C8C62A: hue angle of 59.24º 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 #C8C62A is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 198 42 -
CMYK 0 0.01 0.79 0.22
HSL 59.24º 0.65% 0.47% -
HSV(B) 59.24º 0.79% 0.78% -
XYZ 44.43 52.83 10.05 -
YUV 180.81 49.66 141.68 -
System Red Green Blue C M Y K H S L
Decimal 200 198 42 0 0.01 0.79 0.22 59.24 0.65 0.47
Hex C8 C6 2A 0 1 4F 16 3B 41 2F
Octal 310 306 52 0 1 117 26 73 101 57
Binary 11001000 11000110 101010 0 1 1001111 10110 111011 1000001 101111

Color Harmonies of #C8C62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C62A

Black with #C8C62A

Text Example


Text Example

White with #C8C62A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C62A; }

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

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

background-color css

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

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

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

border-color css

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

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

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