Html Css Color HEX #CAC426 Barberry

📋 copy color: '#CAC426'

red 202 ◦ green 196 ◦ blue 38

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

Shades of Barberry #CAC426

Tints of Barberry #CAC426

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.95%

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

R = 46.33%
G = 44.95%
B = 8.72%

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

#CAC426 (or 0xCAC426) is known color: Barberry. HEX triplet: CA, C4 and 26. RGB value is (202,196,38). Sum of RGB (Red+Green+Blue) = 202+196+38=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 196 (76.95% from 255 or 44.95% from 436); Blue value is 38 (15.23% from 255 or 8.72% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC426 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC426 is #353BD9. Grayscale: #B4B4B4. Windows color (decimal): -3488730 or 2540746. OLE color: 2540746.

HSL color Cylindrical-coordinate representation of color #CAC426: hue angle of 57.8º 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 #CAC426 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 196 38 -
CMYK 0 0.03 0.81 0.21
HSL 57.8º 0.68% 0.47% -
HSV(B) 57.8º 0.81% 0.79% -
XYZ 44.45 52.18 9.56 -
YUV 179.78 47.99 143.85 -
System Red Green Blue C M Y K H S L
Decimal 202 196 38 0 0.03 0.81 0.21 57.8 0.68 0.47
Hex CA C4 26 0 3 51 15 3A 44 2F
Octal 312 304 46 0 3 121 25 72 104 57
Binary 11001010 11000100 100110 0 11 1010001 10101 111010 1000100 101111

Color Harmonies of #CAC426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC426

Black with #CAC426

Text Example


Text Example

White with #CAC426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC426; }

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

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

background-color css

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

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

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

border-color css

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

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

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