Html Css Color HEX #C8C32A Barberry

📋 copy color: '#C8C32A'

red 200 ◦ green 195 ◦ blue 42

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

Shades of Barberry #C8C32A

Tints of Barberry #C8C32A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.62%

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

R = 45.77%
G = 44.62%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C8C32A (or 0xC8C32A) is known color: Barberry. HEX triplet: C8, C3 and 2A. RGB value is (200,195,42). Sum of RGB (Red+Green+Blue) = 200+195+42=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 195 (76.56% from 255 or 44.62% from 437); Blue value is 42 (16.80% from 255 or 9.61% from 437); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C32A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C32A is #373CD5. Grayscale: #B3B3B3. Windows color (decimal): -3620054 or 2802632. OLE color: 2802632.

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

Color convert

RGB 200 195 42 -
CMYK 0 0.02 0.79 0.22
HSL 58.1º 0.65% 0.47% -
HSV(B) 58.1º 0.79% 0.78% -
XYZ 43.75 51.48 9.82 -
YUV 179.05 50.66 142.94 -
System Red Green Blue C M Y K H S L
Decimal 200 195 42 0 0.02 0.79 0.22 58.1 0.65 0.47
Hex C8 C3 2A 0 2 4F 16 3A 41 2F
Octal 310 303 52 0 2 117 26 72 101 57
Binary 11001000 11000011 101010 0 10 1001111 10110 111010 1000001 101111

Color Harmonies of #C8C32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C32A

Black with #C8C32A

Text Example


Text Example

White with #C8C32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C32A; }

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

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

background-color css

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

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

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

border-color css

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

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

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