Html Css Color HEX #CAC926 Barberry

📋 copy color: '#CAC926'

red 202 ◦ green 201 ◦ blue 38

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

Shades of Barberry #CAC926

Tints of Barberry #CAC926

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.58%

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

R = 45.8%
G = 45.58%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#CAC926 (or 0xCAC926) is known color: Barberry. HEX triplet: CA, C9 and 26. RGB value is (202,201,38). Sum of RGB (Red+Green+Blue) = 202+201+38=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 201 (78.91% from 255 or 45.58% from 441); Blue value is 38 (15.23% from 255 or 8.62% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC926 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC926 is #3536D9. Grayscale: #B7B7B7. Windows color (decimal): -3487450 or 2542026. OLE color: 2542026.

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

Color convert

RGB 202 201 38 -
CMYK 0 0.00 0.81 0.21
HSL 59.63º 0.68% 0.47% -
HSV(B) 59.63º 0.81% 0.79% -
XYZ 45.59 54.47 9.94 -
YUV 182.72 46.33 141.75 -
System Red Green Blue C M Y K H S L
Decimal 202 201 38 0 0.00 0.81 0.21 59.63 0.68 0.47
Hex CA C9 26 0 0 51 15 3C 44 2F
Octal 312 311 46 0 0 121 25 74 104 57
Binary 11001010 11001001 100110 0 0 1010001 10101 111100 1000100 101111

Color Harmonies of #CAC926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC926

Black with #CAC926

Text Example


Text Example

White with #CAC926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC926; }

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

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

background-color css

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

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

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

border-color css

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

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

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