Html Css Color HEX #CAB826 Barberry

📋 copy color: '#CAB826'

red 202 ◦ green 184 ◦ blue 38

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

Shades of Barberry #CAB826

Tints of Barberry #CAB826

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.4%

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

R = 47.64%
G = 43.4%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#CAB826 (or 0xCAB826) is known color: Barberry. HEX triplet: CA, B8 and 26. RGB value is (202,184,38). Sum of RGB (Red+Green+Blue) = 202+184+38=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 184 (72.27% from 255 or 43.40% from 424); Blue value is 38 (15.23% from 255 or 8.96% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB826 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB826 is #3547D9. Grayscale: #ADADAD. Windows color (decimal): -3491802 or 2537674. OLE color: 2537674.

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

Color convert

RGB 202 184 38 -
CMYK 0 0.09 0.81 0.21
HSL 53.41º 0.68% 0.47% -
HSV(B) 53.41º 0.81% 0.79% -
XYZ 41.85 46.98 8.7 -
YUV 172.74 51.96 148.87 -
System Red Green Blue C M Y K H S L
Decimal 202 184 38 0 0.09 0.81 0.21 53.41 0.68 0.47
Hex CA B8 26 0 9 51 15 35 44 2F
Octal 312 270 46 0 11 121 25 65 104 57
Binary 11001010 10111000 100110 0 1001 1010001 10101 110101 1000100 101111

Color Harmonies of #CAB826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB826

Black with #CAB826

Text Example


Text Example

White with #CAB826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB826; }

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

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

background-color css

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

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

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

border-color css

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

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

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