Html Css Color HEX #CCC32B Barberry

📋 copy color: '#CCC32B'

red 204 ◦ green 195 ◦ blue 43

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

Shades of Barberry #CCC32B

Tints of Barberry #CCC32B

RGB

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

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

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

R = 46.15%
G = 44.12%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CCC32B (or 0xCCC32B) is known color: Barberry. HEX triplet: CC, C3 and 2B. RGB value is (204,195,43). Sum of RGB (Red+Green+Blue) = 204+195+43=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 195 (76.56% from 255 or 44.12% from 442); Blue value is 43 (17.19% from 255 or 9.73% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC32B is #333CD4. Grayscale: #B4B4B4. Windows color (decimal): -3357909 or 2868172. OLE color: 2868172.

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

Color convert

RGB 204 195 43 -
CMYK 0 0.04 0.79 0.2
HSL 56.65º 0.65% 0.48% -
HSV(B) 56.65º 0.79% 0.8% -
XYZ 44.85 52.04 9.97 -
YUV 180.36 50.48 144.86 -
System Red Green Blue C M Y K H S L
Decimal 204 195 43 0 0.04 0.79 0.2 56.65 0.65 0.48
Hex CC C3 2B 0 4 4F 14 39 41 30
Octal 314 303 53 0 4 117 24 71 101 60
Binary 11001100 11000011 101011 0 100 1001111 10100 111001 1000001 110000

Color Harmonies of #CCC32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC32B

Black with #CCC32B

Text Example


Text Example

White with #CCC32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC32B; }

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

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

background-color css

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

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

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

border-color css

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

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

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