Html Css Color HEX #CCC12C Barberry

📋 copy color: '#CCC12C'

red 204 ◦ green 193 ◦ blue 44

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

Shades of Barberry #CCC12C

Tints of Barberry #CCC12C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.98%

R = 46.26%
G = 43.76%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CCC12C (or 0xCCC12C) is known color: Barberry. HEX triplet: CC, C1 and 2C. RGB value is (204,193,44). Sum of RGB (Red+Green+Blue) = 204+193+44=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 193 (75.78% from 255 or 43.76% from 441); Blue value is 44 (17.58% from 255 or 9.98% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC12C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC12C is #333ED3. Grayscale: #B3B3B3. Windows color (decimal): -3358420 or 2933196. OLE color: 2933196.

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

Color convert

RGB 204 193 44 -
CMYK 0 0.05 0.78 0.2
HSL 55.88º 0.65% 0.49% -
HSV(B) 55.88º 0.78% 0.8% -
XYZ 44.43 51.16 9.92 -
YUV 179.3 51.64 145.62 -
System Red Green Blue C M Y K H S L
Decimal 204 193 44 0 0.05 0.78 0.2 55.88 0.65 0.49
Hex CC C1 2C 0 5 4E 14 38 41 31
Octal 314 301 54 0 5 116 24 70 101 61
Binary 11001100 11000001 101100 0 101 1001110 10100 111000 1000001 110001

Color Harmonies of #CCC12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC12C

Black with #CCC12C

Text Example


Text Example

White with #CCC12C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC12C; }

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

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

background-color css

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

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

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

border-color css

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

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

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