Html Css Color HEX #CCC130 Barberry

📋 copy color: '#CCC130'

red 204 ◦ green 193 ◦ blue 48

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

Shades of Barberry #CCC130

Tints of Barberry #CCC130

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.37%

 BLUE value IS 48 (19.14% from 255) = 10.79%

R = 45.84%
G = 43.37%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CCC130 (or 0xCCC130) is known color: Barberry. HEX triplet: CC, C1 and 30. RGB value is (204,193,48). Sum of RGB (Red+Green+Blue) = 204+193+48=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 193 (75.78% from 255 or 43.37% from 445); Blue value is 48 (19.14% from 255 or 10.79% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC130 is #333ECF. Grayscale: #B4B4B4. Windows color (decimal): -3358416 or 3195340. OLE color: 3195340.

HSL color Cylindrical-coordinate representation of color #CCC130: hue angle of 55.77º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CCC130 is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 193 48 -
CMYK 0 0.05 0.76 0.2
HSL 55.77º 0.62% 0.49% -
HSV(B) 55.77º 0.76% 0.8% -
XYZ 44.51 51.19 10.33 -
YUV 179.76 53.64 145.29 -
System Red Green Blue C M Y K H S L
Decimal 204 193 48 0 0.05 0.76 0.2 55.77 0.62 0.49
Hex CC C1 30 0 5 4C 14 38 3E 31
Octal 314 301 60 0 5 114 24 70 76 61
Binary 11001100 11000001 110000 0 101 1001100 10100 111000 111110 110001

Color Harmonies of #CCC130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC130

Black with #CCC130

Text Example


Text Example

White with #CCC130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC130; }

 p { color: rgb(204,193,48); }

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

background-color css

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

 a { background-color: rgb(204,193,48); }

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

border-color css

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

 span { border-color: rgb(204,193,48); }

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