Html Css Color HEX #CAC326 Barberry

📋 copy color: '#CAC326'

red 202 ◦ green 195 ◦ blue 38

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

Shades of Barberry #CAC326

Tints of Barberry #CAC326

RGB

 RED value IS 202 (79.3% from 255) = 46.44%

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

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

R = 46.44%
G = 44.83%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#CAC326 (or 0xCAC326) is known color: Barberry. HEX triplet: CA, C3 and 26. RGB value is (202,195,38). Sum of RGB (Red+Green+Blue) = 202+195+38=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 195 (76.56% from 255 or 44.83% from 435); Blue value is 38 (15.23% from 255 or 8.74% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC326 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC326 is #353CD9. Grayscale: #B3B3B3. Windows color (decimal): -3488986 or 2540490. OLE color: 2540490.

HSL color Cylindrical-coordinate representation of color #CAC326: hue angle of 57.44º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CAC326 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 195 38 -
CMYK 0 0.03 0.81 0.21
HSL 57.44º 0.68% 0.47% -
HSV(B) 57.44º 0.81% 0.79% -
XYZ 44.22 51.73 9.49 -
YUV 179.2 48.32 144.27 -
System Red Green Blue C M Y K H S L
Decimal 202 195 38 0 0.03 0.81 0.21 57.44 0.68 0.47
Hex CA C3 26 0 3 51 15 39 44 2F
Octal 312 303 46 0 3 121 25 71 104 57
Binary 11001010 11000011 100110 0 11 1010001 10101 111001 1000100 101111

Color Harmonies of #CAC326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC326

Black with #CAC326

Text Example


Text Example

White with #CAC326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC326; }

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

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

background-color css

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

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

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

border-color css

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

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

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