Html Css Color HEX #CCC326 Barberry

📋 copy color: '#CCC326'

red 204 ◦ green 195 ◦ blue 38

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

Shades of Barberry #CCC326

Tints of Barberry #CCC326

RGB

 RED value IS 204 (80.08% from 255) = 46.68%

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

 BLUE value IS 38 (15.23% from 255) = 8.7%

R = 46.68%
G = 44.62%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CCC326 (or 0xCCC326) is known color: Barberry. HEX triplet: CC, C3 and 26. RGB value is (204,195,38). Sum of RGB (Red+Green+Blue) = 204+195+38=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 195 (76.56% from 255 or 44.62% from 437); Blue value is 38 (15.23% from 255 or 8.70% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC326 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC326 is #333CD9. Grayscale: #B4B4B4. Windows color (decimal): -3357914 or 2540492. OLE color: 2540492.

HSL color Cylindrical-coordinate representation of color #CCC326: hue angle of 56.75º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CCC326 is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 195 38 -
CMYK 0 0.04 0.81 0.2
HSL 56.75º 0.69% 0.47% -
HSV(B) 56.75º 0.81% 0.8% -
XYZ 44.77 52.01 9.51 -
YUV 179.79 47.98 145.27 -
System Red Green Blue C M Y K H S L
Decimal 204 195 38 0 0.04 0.81 0.2 56.75 0.69 0.47
Hex CC C3 26 0 4 51 14 39 45 2F
Octal 314 303 46 0 4 121 24 71 105 57
Binary 11001100 11000011 100110 0 100 1010001 10100 111001 1000101 101111

Color Harmonies of #CCC326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC326

Black with #CCC326

Text Example


Text Example

White with #CCC326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC326; }

 p { color: rgb(204,195,38); }

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

background-color css

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

 a { background-color: rgb(204,195,38); }

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

border-color css

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

 span { border-color: rgb(204,195,38); }

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