Html Css Color HEX #C6C32B Barberry

📋 copy color: '#C6C32B'

red 198 ◦ green 195 ◦ blue 43

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

Shades of Barberry #C6C32B

Tints of Barberry #C6C32B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.86%

R = 45.41%
G = 44.72%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C6C32B (or 0xC6C32B) is known color: Barberry. HEX triplet: C6, C3 and 2B. RGB value is (198,195,43). Sum of RGB (Red+Green+Blue) = 198+195+43=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 195 (76.56% from 255 or 44.72% from 436); Blue value is 43 (17.19% from 255 or 9.86% from 436); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C32B is #393CD4. Grayscale: #B3B3B3. Windows color (decimal): -3751125 or 2868166. OLE color: 2868166.

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

Color convert

RGB 198 195 43 -
CMYK 0 0.02 0.78 0.22
HSL 58.84º 0.64% 0.47% -
HSV(B) 58.84º 0.78% 0.78% -
XYZ 43.24 51.21 9.89 -
YUV 178.57 51.49 141.86 -
System Red Green Blue C M Y K H S L
Decimal 198 195 43 0 0.02 0.78 0.22 58.84 0.64 0.47
Hex C6 C3 2B 0 2 4E 16 3B 40 2F
Octal 306 303 53 0 2 116 26 73 100 57
Binary 11000110 11000011 101011 0 10 1001110 10110 111011 1000000 101111

Color Harmonies of #C6C32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C32B

Black with #C6C32B

Text Example


Text Example

White with #C6C32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C32B; }

 p { color: rgb(198,195,43); }

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

background-color css

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

 a { background-color: rgb(198,195,43); }

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

border-color css

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

 span { border-color: rgb(198,195,43); }

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